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
What does s c mean on snapchat?
Differentiate between #include<...> and #include '...'
What is header file in c?
What is string in c language?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain continue keyword in c
What is void c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is methods in c?
What is the method to save data in stack data structure type?
How can you be sure that a program follows the ANSI C standard?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is bash c?
Which type of language is c?
What are the different types of C instructions?