Answer Posted / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Why shouldn’t I start variable names with underscores?
What is the use of ?: Operator?
Is javascript written in c?
How can I change their mode to binary?
Why does not c have an exponentiation operator?
What are the types of c language?
Write a code to generate divisors of an integer?
What are the basic data types associated with c?
What are two dimensional arrays alternatively called as?
When can you use a pointer with a function?
When was c language developed?
What is the ANSI C Standard?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What do mean by network ?
what are # pragma staments?