What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Here is a neat trick for checking whether two strings are equal
formula to convert 2500mmh2o into m3/hr
What is the difference between union and structure in c?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
please give me some tips for the placement in the TCS.
What is a static function in c?
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.
what are the facialities provided by you after the selection of the student.
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?
Is flag a keyword in c?
write a program to delete an item from a particular location of an linear array?