which is conditional construct

a) if statement

b) switch statement

c) while/for

d) goto


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

Post New Answer

More C Interview Questions

what are the 10 different models of writing an addition program in C language?

0 Answers  


What is string concatenation in c?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


can we write a c program with out using main

3 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  






When should a far pointer be used?

0 Answers   Aspire, Infogain,


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


How would you find a cycle in a linked list?

3 Answers   NSN,


Define function pointers?

1 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

0 Answers  


Categories