Switch (i)
i=1;
case 1
i++;
case 2
++i;
break;
case 3
--i;
Output of i after executing the program

Answer Posted / rukmanee

output: i=1

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "Hungarian Notation"?

637


Why is c still so popular?

618


What is dynamic dispatch in c++?

559


What is #include stdio h?

687


What is a shell structure examples?

592






What are header files in c programming?

657


When should a type cast not be used?

627


Did c have any year 2000 problems?

657


What does the characters “r” and “w” mean when writing programs that will make use of files?

858


What is the difference between array and structure in c?

571


Why malloc is faster than calloc?

592


Write a program to reverse a given number in c language?

620


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1489


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1844


Why c is a mother language?

557