What is 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

Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


Does c have function or method?

0 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  






How can I find out the size of a file, prior to reading it in?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


When should the register modifier be used? Does it really help?

0 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


how can I convert a string to a number?

0 Answers  


‎How to define structures? · ‎

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


Categories