Sail E0 Webinar
Question

Which error you are likely to get when you run the following program?


#include<stdio.h>
main()
{
struct emp
{
char name[20];
float sal;
}
struct emp e[10];
int i;
for(i=0;i
Options:
A .  suspecious pointer conversion
B .  Floating point formats not linked
C .  Cannot use scanf for strutures
D .  Strings cannot be nested inside structures
Answer: Option B




Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers