Answer Posted / krishna
Switch statement is a selection statement which is used in a situation where there exists various cases and one needs to jump over to the required statement without executing the precedence statements
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the size of a union variable?
Why is struct padding needed?
In c programming language, how many parameters can be passed to a function ?
Should I learn c before c++?
Explain modulus operator.
What is meant by recursion?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is a null string in c?
Explain how do you convert strings to numbers in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is the basic structure of c?
What is the difference between abs() and fabs() functions?
How do we make a global variable accessible across files? Explain the extern keyword?
What is call by value in c?
Which built-in library function can be used to match a patter from the string?