Answer Posted / ravishankar b.m
pointer is a variable which holds the address of another
variable.
only integer pointer can be used for pointer.
eg: int *ptr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how do you view the path?
What is c programing language?
What is string concatenation in c?
Can variables be declared anywhere in c?
Is a house a shell structure?
What is the translation phases used in c language?
Write a program on swapping (100, 50)
List the difference between a While & Do While loops?
What is the scope of an external variable in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
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 will the preprocessor do for a program?
What is the general form of a C program?
What are preprocessor directives in c?
What is volatile variable in c with example?