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

pascal triangle program

2 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


Why do we use static in c?

0 Answers  


What is spaghetti programming?

0 Answers  


Is there any demerits of using pointer?

0 Answers  


about c language

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,


print a "hello" word without using printf n puts in c language

6 Answers  


Categories