What is the difference between typedef struct and struct?


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

Post New Answer

More C Interview Questions

what is the advantage of software development

1 Answers  


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


What is c basic?

0 Answers  


Tell me when is a void pointer used?

0 Answers  


what are far pointers?

1 Answers  






How can I generate floating-point random numbers?

0 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


How are pointers declared in c?

0 Answers  


What is sizeof in c?

0 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Categories