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 |
Explain about block scope in c?
Can true be a variable name in c?
WHOT IS CHAR?
What is line in c preprocessor?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
Write a program to check whether a number is prime or not using c?
How to define structures? ·
write a function which accept two numbers from main() and interchange them using pointers?
How do you write a program which produces its own source code as its output?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How do I get a null pointer in my programs?
What is the difference between variable declaration and variable definition in c?