Why is structure padding done in c?


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

Post New Answer

More C Interview Questions

Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


What is memory leak in c?

0 Answers  






Subtract Two Number Without Using Subtraction Operator

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


How many types of arrays are there in c?

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


What is a pointer on a pointer in c programming language?

0 Answers  


Categories