Post New Answer View All Answers
What is hashing in c language?
can anyone please tell about the nested interrupts?
code for quick sort?
Why are algorithms important in c program?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is c preprocessor mean?
What are header files and explain what are its uses in c programming?
What is scope rule in c?
Between macros and functions,which is better to use and why?
How can a program be made to print the name of a source file where an error occurs?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What does %2f mean in c?
C language questions for civil engineering
What is the use of sizeof () in c?