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

What are nested functions in c?

0 Answers  


What does 3 periods mean in texting?

0 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


Define the scope of static variables.

0 Answers  


What is masking?

0 Answers  


What is #define?

0 Answers  


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


Why can't we initialise member variable of a strucutre

1 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not

9 Answers   Alcatel,


C program to find frequency of each character in a text file?

6 Answers  


Compare array data type to pointer data type

0 Answers  


Categories