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 / 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 |
Do you have any idea how to compare array with pointer in c?
What is the diffrent between while and do while statement ?
What does 4d mean in c?
without using control structures and control structures find the max and min of given 2 nos
What does volatile do?
What is meant by int fun const(int a, int b) { .... ... }
what is data structure
What is function prototype in c language?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
What is a static variable in c?
What is the exact difference between '\0' and ""
What is call by reference in functions?