What is structure padding in c?


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

Post New Answer

More C Interview Questions

Why c is called top down?

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


What are the different types of control structures?

0 Answers  






#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


What is the difference between text and binary modes?

0 Answers  


How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


List some applications of c programming language?

0 Answers  


How many parameters should a function have?

0 Answers  


nic scientist exam

1 Answers   NIC,


Categories