What is the meaning of typedef struct in c?


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

Post New Answer

More C Interview Questions

‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


Is struct oop?

0 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,






What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


can v write main() { main(); } Is it true?

6 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


What are pointers really good for, anyway?

0 Answers  


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


What is the use of typedef in structure in c?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  


Categories