What is the role of && operator in a program code?


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

Post New Answer

More C Interview Questions

difference between spiral and waterfall model

1 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


Do pointers take up memory?

0 Answers  


write a program to print %d ?

12 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


What is the difference between ++a and a++?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Two's compliment of -5

4 Answers   Adobe,


What is meant by operator precedence?

0 Answers  


Can we access array using pointer in c language?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


Categories