What are control structures? What are the different types?


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

Post New Answer

More C Interview Questions

can you change name of main()?how?

3 Answers   HCL, Siemens,


Explain is it valid to address one element beyond the end of an array?

0 Answers  


What do you mean by a sequential access file?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


What is a stream in c programming?

0 Answers  






Is a house a shell structure?

0 Answers  


Why is c called c?

0 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


What is variable declaration and definition in c?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


difference between c and c++

3 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


Categories