Answer Posted / chaitali anand tendulkar
A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Describe the difference between = and == symbols in c programming?
code for quick sort?
Explain bitwise shift operators?
What is a char in c?
Is main a keyword in c?
How many keywords (reserve words) are in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
what do the 'c' and 'v' in argc and argv stand for?
What is signed and unsigned?
What is keyword in c?
What is the function of multilevel pointer in c?
Can a pointer be volatile in c?
How will you find a duplicate number in a array without negating the nos ?
Tell us two differences between new () and malloc ()?
Write a program to swap two numbers without using a temporary variable?