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

What is the role of this pointer?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


What is the use of sizeof?

0 Answers  


What are types of preprocessor in c?

0 Answers  






Why is c faster?

0 Answers  


Is a house a mass structure?

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


Why c++ is called c++ and not c+?

9 Answers   EBS,


what is software?

7 Answers   Wipro,


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


What is Dynamic Initialization.

3 Answers  


Categories