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
What do you mean by c what are the main characteristics of c language?
What are the basic data types associated with c?
What does do in c?
What is use of #include in c?
How to get string length of given string in c?
What is the value of h?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What does node * mean?
plz let me know how to become a telecom protocol tester. thank you.
write a programming in c to find the sum of all elements in an array through function.
What are the advantages of c language?
What is static and volatile in c?
When would you use a pointer to a function?
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
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array