What are the various types of control structures in programming?


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

Post New Answer

More C Interview Questions

Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


What is file in c language?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


What are the 32 keywords in c?

0 Answers  


when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


Categories