why do some people write if(0 == x) instead of if(x == 0)?


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

Post New Answer

More C Interview Questions

What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


What is external variable in c?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Can a variable be both constant and volatile?

0 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  






What is clrscr in c?

0 Answers  


Explain 'bus error'?

0 Answers  


Is there a way to jump out of a function or functions?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


What is the -> in c?

0 Answers  


Categories