What does the && operator do in a program code?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What’s the special use of UNIONS?

0 Answers   ADP,


what are the stages of compilation

1 Answers   Bosch,


Explain what is the difference between #include and #include 'file' ?

0 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,






What are valid operations on pointers?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Is there a way to compare two structure variables?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Categories