Answer Posted / mahi
pointer is a variable witch can strore address of another
variable
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can 'this' pointer by used in the constructor?
What are the types of variables in c?
What is maximum size of array in c?
What is c value paradox explain?
Explain which function in c can be used to append a string to another string?
What is logical error?
Why main is used in c?
How can you find out how much memory is available?
what will be maximum number of comparisons when number of elements are given?
string reverse using recursion
Why is sizeof () an operator and not a function?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are identifiers in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What does malloc () calloc () realloc () free () do?