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

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


What is a list in c?

0 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


How old is c programming language?

0 Answers  






Write a program to check prime number in c programming?

0 Answers  


How do you list a file’s date and time?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


Why header file is used in c?

0 Answers  


How does struct work in c?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


Categories