in multiple branching construct "default" case is
a) optional
b) compulsarily
c) it is not include in this construct
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ?
Write a program to reverse a given number in c?
what are the interview question's in the language c
Why we use void main in c?
What is a file descriptor in c?
What is the restrict keyword in C?
What is the Purpose of 'extern' keyword in a function declaration?
Compare interpreters and compilers.
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What are the usage of pointer in c?