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

What is information technology.

1 Answers  


Explain why c is faster than c++?

0 Answers  


How can you invoke another program from within a C program?

0 Answers  


What is derived datatype in c?

0 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


What is a memory leak? How to avoid it?

1 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


What is pragma c?

0 Answers  


What is string concatenation in c?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Categories