what is the different between if-else and switch statment
(other than syntax)
Answer Posted / sujoy dutta
we can use all varriables within if else.but we can't use
all verriables within switch case.example :-float and
String we can't use within switch case.
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
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...
Who developed c language?
What is void pointers in c?
What is operator promotion?
What are variables and it what way is it different from constants?
Is it cc or c in a letter?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain continue keyword in c
What are the restrictions of a modulus operator?
What is wrong with this declaration?
What is ambagious result in C? explain with an example.
Why do we use return in c?
What are nested functions in c?
What is the auto keyword good for?
What are comments and how do you insert it in a C program?