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
Explain what is the general form of a c program?
What are dangling pointers in c?
How pointers are declared?
What are the types of i/o functions?
Difference between MAC vs. IP Addressing
If I have a char * variable pointing to the name of a function ..
Differentiate between #include<...> and #include '...'
What are the different types of pointers used in c language?
What is the use of getchar functions?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What are high level languages like C and FORTRAN also known as?
Explain continue keyword in c
Explain two-dimensional array.