What is the use of typedef in c?


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

Post New Answer

More C Interview Questions

write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


what is the difference between class and unio?

0 Answers   HCL, Wipro,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,






What is C++

4 Answers  


Write a program to reverse a given number in c?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


What is Conio.h ?

2 Answers   TCS,


What is a void * in c?

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


How can I call fortran?

0 Answers  


Categories