Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is difference between array and pointer in c?
How many types of operators are there in c?
How many levels of pointers have?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Tell me what is null pointer in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are high level languages like C and FORTRAN also known as?
Write programs for String Reversal & Palindrome check
What is the difference between ++a and a++?
How can I get back to the interactive keyboard if stdin is redirected?
Is c easy to learn?
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 the error message "DGROUP exceeds 64K" mean?