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

Post New Answer

More C Interview Questions

Can you pass an entire structure to functions?

0 Answers  


Why main function is special give two reasons?

0 Answers  


What are global variables?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


What is a wrapper function in c?

0 Answers  






What are the standard predefined macros?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


What is a double c?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


Describe wild pointers in c?

0 Answers  


Categories