what is pointer?

Answer Posted / beesani

A pointer is a data type whose value refers directly to
another value stored elsewhere in the computer memory using
its address.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does free() know explain how much memory to release?

622


What is difference between && and & in c?

604


Write a program to know whether the input number is an armstrong number.

675


Do string constants represent numerical values?

930


What should malloc() do?

651






The statement, int(*x[]) () what does in indicate?

649


Write a program to check prime number in c programming?

604


how to make a scientific calculater ?

1569


Is a house a mass structure?

644


The file stdio.h, what does it contain?

670


Explain how can I write functions that take a variable number of arguments?

619


differentiate built-in functions and user – defined functions.

636


how should functions be apportioned among source files?

630


What is the purpose of void pointer?

603


How will you find a duplicate number in a array without negating the nos ?

1650