The operation of a stair case switch best explains the
a) or operation b) and operation
c)exclusive nor operation d)exclusive or operation
Which of the following is/are syntactically correct?
a) for(); b) for(;); c) for(,); d) for(;;);
Answer Posted / mrs. poonam vikram singh bhat
The operation of a stair case switch best explains the
a) or operation b) and operation
c)exclusive nor operation d)exclusive or operation :
Solution:
d)
-----------------------------
Which of the following is/are syntactically correct?
a) for(); b) for(;); c) for(,); d) for(;;);
Solution:
d)
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What is character constants?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is bash c?
Stimulate calculator using Switch-case-default statement for two numbers
What are # preprocessor operator in c?
what is ur strangth & weekness
What is a newline escape sequence?
What is the size of empty structure in c?
Why is c known as a mother language?
What is the process of writing the null pointer?
How can I find out how much free space is available on disk?
Is javascript based on c?
What is n in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is function prototype in c with example?