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(;;);



The operation of a stair case switch best explains the a) or operation b) and operation c)exclus..

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

Post New Answer

More C Interview Questions

How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


how many errors in c explain deply

0 Answers  


Which is better malloc or calloc?

0 Answers  


How can you find the exact size of a data type in c?

0 Answers  






In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

0 Answers   Wipro,


Can one function call another?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


What is the heap in c?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


what is c programming?

3 Answers   TCS,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Categories