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

#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


Are global variables static in c?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


What is meant by preprocessor in c?

0 Answers  


Why is #define used?

0 Answers  






can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


what is the need for main function in c?

5 Answers  


How does struct work in c?

0 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


What are the advantages of Macro over function?

1 Answers  


What is array of structure in c?

0 Answers  


Categories