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
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
Explain how can I read and write comma-delimited text?
What is wrong with this program statement?
What is the diffences between Windows XP and Windows Visa
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
what is computer engg
What is a spanning Tree?
what is const volatile?
Can a program have two main functions?
write an algorithm and c program to add two 2x2 matrics
How many types of errors are there in c language? Explain
what are bit fields in c?