What is difference between structure and union?


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

Post New Answer

More C Interview Questions

what is the difference between c and java?

1 Answers  


Explain function pointer with exapmles.

2 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


What is typedf?

0 Answers  






What is the use of typedef in c?

0 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


How do you list files in a directory?

0 Answers  


Can we assign integer value to char in c?

0 Answers  


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


What is character constants?

0 Answers  


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Categories