What are compound statements?


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

Post New Answer

More C Interview Questions

What is the use of static variable in c?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  






Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


How do I copy files?

0 Answers  


What is the acronym for ansi?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


How pointer is different from array?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Categories