What is structure packing in c?


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

Post New Answer

More C Interview Questions

struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


Explain pointers in c programming?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Tell us bitwise shift operators?

0 Answers  


Did c have any year 2000 problems?

0 Answers  






difference between object file and executable file

0 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


How are pointers declared in c?

0 Answers  


What is the right type to use for boolean values in c?

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


How does #define work?

0 Answers  


Categories