what would be the output of the follwing
struct st
{
char name[20];
int i;
float f;
};
main()
{
struct st emp = {"forum"};
printf("%d %f",emp.i,emp.f);
}
Post New Answer View All Answers
List the difference between a While & Do While loops?
What are the standard predefined macros?
What is the difference between ++a and a++?
What the advantages of using Unions?
What are integer variable, floating-point variable and character variable?
What are the advantages of using linked list for tree construction?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
how to write optimum code to divide a 50 digit number with a 25 digit number??
Is a pointer a kind of array?
What is the difference between typedef struct and struct?
Explain why c is faster than c++?
What is a pointer value and address in c?
Explain about C function prototype?
i got 75% in all semester am i eligible for your company
What is hungarian notation? Is it worthwhile?