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

write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What is calloc malloc realloc in c?

0 Answers  


write a program to display all prime numbers

0 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


where do we use volatile keyword?

1 Answers  






Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


whitch value return void main?

11 Answers  


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


Why is sprintf unsafe?

0 Answers  


What is the correct declaration of main?

0 Answers  


What is %s and %d in c?

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


Categories