What are compound statements?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


What is the use of getchar() function?

0 Answers  


What is nested structure?

0 Answers  


What do you mean by a sequential access file?

0 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,






what is diff b/w huge & far & near pointer??

1 Answers   HCL,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


How does free() know explain how much memory to release?

0 Answers  


What is main void in c?

1 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Categories