How many bytes is a struct in c?


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

Post New Answer

More C Interview Questions

What is the best organizational structure?

0 Answers  


Where are c variables stored in memory?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


What is structure padding and packing in c?

0 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,






What are the different types of data structures in c?

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


What are the preprocessors?

9 Answers   HP,


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


Categories