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
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What is static memory allocation?
How can I remove the trailing spaces from a string?
What is a C array and illustrate the how is it different from a list.
LOGIC OF Bodmas?
Explain enumerated types.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is #define used for in c?
write a program that finds the factorial of a number using recursion?
what do structure language means?