the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?


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

Post New Answer

More C Interview Questions

progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


What is the difference between printf and scanf in c?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


What is the use of typedef in c?

0 Answers  


How can I use a preprocessorif expression to ?

0 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


What is hungarian notation? Is it worthwhile?

0 Answers  


explain what are actual arguments?

0 Answers  


what is foreign key in c language?

1 Answers   ADP,


explain about storage of union elements.

2 Answers   ABC, Bosch,


Categories