Answer Posted / nithya
c is a common and basic structurl programming language
and then all language in basic for c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of putchar function?
Can you think of a logic behind the game minesweeper.
How can I read and write comma-delimited text?
Do you know the purpose of 'register' keyword?
What are compound statements?
Write a program to find the biggest number of three numbers in c?
Can a pointer point to null?
all c language question
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
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.
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is anagram in c?
Do variables need to be initialized?
Tell me when is a void pointer used?
What does %2f mean in c?