what is pointer?

Answer Posted / angel

Pointer is a variable.It may contains the memory address of
the another variable and is declared as the pointer.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I convert a number to a string?

652


What are local static variables?

624


How do you view the path?

672


What does 1f stand for?

618


Why c language is called c?

573






What is volatile variable in c with example?

590


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2010


Explain how do you list a file’s date and time?

621


What is meant by realloc()?

682


What is array of structure in c programming?

759


Why header files are used?

649


Calculate 1*2*3*____*n using recursive function??

1522


What are the salient features of c languages?

627


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4511


Can you write a programmer for FACTORIAL using recursion?

618