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


Please Help Members By Posting Answers For Below Questions

The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

629


How can I read in an object file and jump to locations in it?

574


What is strcpy() function?

654


Explain spaghetti programming?

682


Can we assign string to char pointer?

584






the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

719


Explain what is output redirection?

661


What are pragmas and what are they good for?

571


What are the header files used in c language?

584


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1618


Explain what are bus errors, memory faults, and core dumps?

787


What is n in c?

572


Explain built-in function?

590


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1475


Linked lists -- can you tell me how to check whether a linked list is circular?

644