Why is struct padding needed?


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

Post New Answer

More C Interview Questions

biggest of two no's with out using if condition statement

5 Answers  


Why use int main instead of void main?

0 Answers  


Is fortran still used in 2018?

0 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


What are the data types present in c?

0 Answers  






main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


What is time complexity c?

0 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


What happens if you free a pointer twice?

0 Answers  


What is boolean in c?

0 Answers  


Categories