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 |
Compare and contrast compilers from interpreters.
What is "Hungarian Notation"?
Table of Sudoku n*n
Why preprocessor should come before source code?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
what is use of malloc and calloc?
What does %p mean?
write a C code To reverse a linked list
what is stack , heap ,code segment,and data segment
write a program without using main function?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is indirect recursion? give an example?