Explain union.


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

Post New Answer

More C Interview Questions

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


Explain how can you check to see whether a symbol is defined?

0 Answers  


what is use#in c

3 Answers  


Eight queens puzzle

0 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,






What is the scope of static variables in c language?

0 Answers  


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Difference between for loop and while loop?

1 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


what is uses of .net

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Write a simple program to find the size of different basic data types in C.

3 Answers  


Categories