What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?


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

Post New Answer

More C Interview Questions

Here is a neat trick for checking whether two strings are equal

0 Answers  


formula to convert 2500mmh2o into m3/hr

0 Answers  


What is the difference between union and structure in c?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,






What is a static function in c?

0 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


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

12 Answers   Darbari Lal DAV Model School,


How is a macro different from a function?

0 Answers   Tech Mahindra,


Is flag a keyword in c?

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


Categories