Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)


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

Post New Answer

More C Interview Questions

how to find the given number is prime or not?

6 Answers   IMS, ING,


Explain how can you restore a redirected standard stream?

0 Answers  


Why is main function so important?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,






what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


related to rdbms query .

2 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 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  


can we initialize all the members of union?

2 Answers  


How can this be legal c?

0 Answers  


Categories