what is the different between if-else and switch statment
(other than syntax)
Answer Posted / nabila
if else use only the statements that are in two condition
switch atatements use different cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are the different data types in c?
Explain what are the advantages and disadvantages of a heap?
What is function in c with example?
What are static variables in c?
What are the different types of data structures in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
In which header file is the null macro defined?
Explain Basic concepts of C language?
What is #define?
how do you programme Carrier Sense Multiple Access
Describe the difference between = and == symbols in c programming?
What is the difference between the local variable and global variable in c?
What is #line used for?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the use of gets and puts?