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 |
What is the mean of this statement:: if(int i=0 * i=9)
What is volatile variable in c?
What do header files do?
By using C language input a date into it and if it is right?
Why clrscr is used in c?
what is the syallabus of computer science students in group- 1?
Write programs for String Reversal & Palindrome check
Can we change the value of static variable in c?
What is the difference between int main and void main in c?
What is structure padding and packing in c?
write a c program to find the sum of five entered numbers using an array named number
code for selection sort?