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

what is the use of macro program

1 Answers   TCS,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


What is the difference between printf and scanf in c?

0 Answers  


What is identifier in c?

0 Answers  


difference between memcpy and strcpy

1 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


How would you sort a linked list?

1 Answers  


What is the use of clrscr?

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


What does %p mean?

0 Answers  


Categories