f1()
{
f(3);}
f(int t)
{
switch(t);
{
case 2: c=3;
case 3: c=4;
case 4: c=5;
case 5: c=6;
default: c=0;}
value of c?
Answer Posted / vignesh1988i
c=6.... since no break statement
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
How can you convert integers to binary or hexadecimal?
What is && in c programming?
What is fflush() function?
What do mean by network ?
Explain how can you tell whether two strings are the same?
What is property type c?
When should you not use a type cast?
What is your stream meaning?
Explain the priority queues?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Is Exception handling possible in c language?
What are the uses of null pointers?
What is volatile c?
What are preprocessor directives in c?