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
What is the acronym for ansi?
Are negative numbers true in c?
What is wrong with this statement? Myname = 'robin';
What is hashing in c?
What is the use of a static variable in c?
What is #line?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Write a program to find the biggest number of three numbers in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
When is a void pointer used?
Write a program to print factorial of given number using recursion?
How do you generate random numbers in C?
How many types of functions are there in c?
Can a pointer be static?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?