What is array of structure in c programming?


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

Post New Answer

More C Interview Questions

c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


Compare array data type to pointer data type

0 Answers  


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,






pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


What’s the special use of UNIONS?

0 Answers   ADP,


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


What is meant by inheritance?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Categories