What is the use of structure padding 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 find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


What is extern storage class in c?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  






what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


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

2 Answers   TCS, Yahoo,


Why main is not a keyword in c?

0 Answers  


what is linkage error when it occurs in c program

3 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


Categories