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 / shruti
Yeah value of c becomes 0 at the end of the program..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a void * in c?
What is n in c?
Are there namespaces in c?
Write a program to use switch statement.
What is a shell structure examples?
Is c high or low level?
What is an endless loop?
Write a program to print "hello world" without using a semicolon?
When should a type cast be used?
Explain the priority queues?
What is self-referential structure in c programming?
Write a program to print fibonacci series using recursion?
Is file a keyword in c?
Explain what are the __date__ and __time__ preprocessor commands?
What is the difference between far and near in c?