what is the output of the program and explain why??
#include<stdio.h>
void main ( )
{
int k=4,j=0:
switch (k)
{
case 3;
j=300;
case 4:
j=400:
case 5:
j=500;
}
printf (ā%d\nā,j);
}
Answer Posted / prasad
500
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Does c have function or method?
What is c value paradox explain?
What are the different data types in C?
What does nil mean in c?
What are the types of type specifiers?
Write a program to check whether a number is prime or not using c?
How do I round numbers?
What is the difference between near, far and huge pointers?
What is dynamic variable in c?
When a c file is executed there are many files that are automatically opened what are they files?
explain what is fifo?
Give me the code of in-order recursive and non-recursive.
How old is c programming language?
please give me some tips for the placement in the TCS.
Where define directive used?