What is difference between structure and union in c?


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

Post New Answer

More C Interview Questions

Which built-in library function can be used to match a patter from the string?

0 Answers  


What is the easiest sorting method to use?

0 Answers  


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


What is logical error?

0 Answers  


what is an inline fuction??

2 Answers  






pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


write a program to remove occurrences the word from entered text?

1 Answers  


When is the “void” keyword used in a function?

1 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


How is null defined in c?

0 Answers  


Table of Sudoku n*n

0 Answers  


Categories