Answer Posted / prameela rani
it is a pointer which points nothing.
it does not point any thing
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
Explain what is the purpose of "extern" keyword in a function declaration?
What is time complexity c?
What is p in text message?
What is the difference between #include and #include 'file' ?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are the types of c language?
What is a macro?
Explain which function in c can be used to append a string to another string?
What is c basic?
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.
Explain how can I pad a string to a known length?
What is string in c language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?