what is pointer ? what is the use of pointer?

Answer Posted / rama krishna sidhartha

Pointer is the address of the another variable.

It saves the memory space of another variables.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the “void” keyword used in a function?

836


What is derived datatype in c?

633


What does the characters “r” and “w” mean when writing programs that will make use of files?

858


what type of questions arrive in interview over c programming?

1557


Is it possible to initialize a variable at the time it was declared?

755






What is the value of h?

591


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1518


What does sizeof function do?

610


‎How to define structures? · ‎

626


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

810


Write a program to show the change in position of a cursor using c

580


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

631


Differentiate between Macro and ordinary definition.

731


What is a struct c#?

601


How do I use void main?

631