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
How can you increase the size of a statically allocated array?
Are global variables static in c?
What are the types of data files?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain what is wrong in this statement?
Under what circumstances does a name clash occur?
What are the salient features of c languages?
How can I write a function that takes a format string and a variable number of arguments?
Differentiate Source Codes from Object Codes
int i=10; printf("%d %d %d", i, i=20, i);
What is scanf_s in c?
What does == mean in texting?
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain how do you convert strings to numbers in c?