What are the different 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

Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What does 4d mean in c?

0 Answers  


Is flag a keyword in c?

0 Answers  


What is the significance of c program algorithms?

0 Answers  


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


When can a far pointer be used?

0 Answers  


Is there sort function in c?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


what are far pointers?

1 Answers  


Categories