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 / ramprabha
0
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Can we assign string to char pointer?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is register variable in c language?
What is structure in c explain with example?
What is typedef?
How many data structures are there in c?
What is sizeof c?
What is context in c?
What is the difference between exit() and _exit() function?
please send me the code for multiplying sparse matrix using c
Explain b+ tree?
What is difference between union and structure in c?
What is void pointers in c?
What is typedef example?
C program to find all possible outcomes of a dice?