What is new line escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
What are inbuilt functions in c?
Write the following function in C. 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.
3 Answers Google, Infosys, JTL, OpenFeel,
Explain what is the difference between functions getch() and getche()?
Explain command-line arguments in C.
Write a program to check palindrome number in c programming?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How can I make sure that my program is the only one accessing a file?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
whats the use of header file in c?
discuss the steps needed to get a program from source code to executable in a system?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?