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 / sathish
400
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What are the two types of structure?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is multidimensional arrays
Explain what does a function declared as pascal do differently?
Differentiate between ordinary variable and pointer in c.
can we have joblib in a proc ?
given post order,in order construct the corresponding binary tree
Implement bit Array in C.
What is a function simple definition?
main() { printf("hello"); fork(); }
What does 2n 4c mean?
What is main function in c?
Write a program to check palindrome number in c programming?
What is pointer & why it is used?
What are the c keywords?