what is the different between if-else and switch statment
(other than syntax)
Answer Posted / ahmed
in if else if one condition is satisfied then first
statement is execute else the 2nd statement.
While in switch their is multiple choice for selection
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the condition that is applied with ?: Operator?
Why use int main instead of void main?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
application attempts to perform an operation?
Write a C program in Fibonacci series.
simple program of graphics and their output display
What are c identifiers?
What are external variables in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How can I manipulate individual bits?
What is a function simple definition?
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...
What is merge sort in c?
What are called c variables?
a value that does not change during program execution a) variabe b) argument c) parameter d) none