What are the 5 elements of structure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


How can I set an array's size at run time?

9 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  






Diff between for loop and while loop?

2 Answers   TCS,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What is the use of typedef in structure in c?

0 Answers  


What is the use of static variable in c?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


Categories