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 is the use of function in c?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


What is the difference between exit() and _exit() function?

0 Answers  


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,






What is the difference between GETS();AND SCANF();

4 Answers   TCS,


what is pointer ?

10 Answers   Kernex Micro Systems,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,


What is structure padding ?

3 Answers   HP,


Explain what is the difference between far and near ?

0 Answers  


Categories