Answer Posted / deepa.g
Pointer is stores the address of the another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the right type to use for boolean values in c?
what value is returned to operating system after program execution?
What is a const pointer?
How can I call a function with an argument list built up at run time?
What is meant by preprocessor in c?
What do you mean by scope of a variable in c?
What does 1f stand for?
What does the c preprocessor do?
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 is volatile variable how do you declare it?
What is array of pointers to string?
What extern c means?
How many types of operators are there in c?
What is the difference between void main and main in c?
number of times a digit is present in a number