What is union and structure in c?


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

Post New Answer

More C Interview Questions

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


How are pointers declared in c?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


What are called c variables?

0 Answers  






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

3 Answers   VB,


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


What are terms in math?

0 Answers  


Explain #pragma statements.

0 Answers  


What is main void in c?

1 Answers  


What is unsigned int in c?

0 Answers  


Categories