what is a pointer

Answer Posted / roshan

In a simple word.....
A pointer is a variable which is store the address of another variable.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by int main ()?

723


If I have a char * variable pointing to the name of a function ..

662


How can you increase the size of a statically allocated array?

622


Explain do array subscripts always start with zero?

764


Tell me is null always defined as 0(zero)?

677






Differentiate between Macro and ordinary definition.

735


What are type modifiers in c?

625


Explain the Difference between the New and Malloc keyword.

690


Where is volatile variable stored?

655


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

635


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1473


What is chain pointer in c?

605


What is data type long in c?

627


What is meant by 'bit masking'?

890


Function calling procedures? and their differences? Why should one go for Call by Reference?

639