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
What does a function declared as pascal do differently?
Explain About fork()?
Explain 'bus error'?
What is a nested formula?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is #pragma statements?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is pointer & why it is used?
Why is struct padding needed?
Difference between macros and inline functions? Can a function be forced as inline?
What are the types of type specifiers?
Do you know pointer in c?
Write a program which returns the first non repetitive character in the string?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Why cant I open a file by its explicit path?