What is the difference between struct and typedef struct in c?


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

Post New Answer

More C Interview Questions

how to devloped c lenguege?

4 Answers  


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


what are the advantages & disadvantages of unions?

2 Answers  


What is the use of a static variable in c?

0 Answers  


What is storage class?

0 Answers  






what is inline function?

2 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


what are # pragma staments?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


Categories