a construct the"else" part of "if" statement contains anoth "if else" statement is called

a) if-else

b) else-if-else

c) if-else-if-else

d) chain if/if-else-if


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

Post New Answer

More C Interview Questions

Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


What are predefined functions in c?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


What are the restrictions of a modulus operator?

0 Answers  






in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


Explain the use of #pragma exit?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


How can type-insensitive macros be created?

0 Answers  


What is the difference between static and global variables?

1 Answers  


Is c dynamically typed?

0 Answers  


Categories