What is structure padding and packing 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 that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


what is unsigened char and what is the difference from char

2 Answers  


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


What is a ternary operator in c?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  






Explain what is meant by high-order and low-order bytes?

0 Answers  


What is a double c?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


In scanf h is used for

4 Answers   BFL,


What is scope of variable in c?

0 Answers  


When we use void main and int main?

0 Answers  


Categories