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
Explain following declaration int *P(void); and int (*p)(char *a);
What are dangling pointers? How are dangling pointers different from memory leaks?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
How do I convert a string to all upper or lower case?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What are qualifiers in c?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
How does the assert() function work?
Can the sizeof operator be used to tell the size of an array passed to a function?
How does selection sort work in c?
what is difference between null and nul in c language
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none