what is a pointer

Answer Posted / joshi

Pointer is a special variable which hold the address of the
next variable.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are strings stored in c?

816


What is the difference between exit() and _exit() function in c?

875


Explain what is the benefit of using #define to declare a constant?

847


What are loops in c?

804


What is return type in c?

917


What is %s and %d in c?

788


Why is c called c?

811


How do you convert strings to numbers in C?

973


Why c is a mother language?

774


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

995


What is character set?

951


How can you increase the allowable number of simultaneously open files?

859


What is a list in c?

814


What is the scope of global variable in c?

784


Explain the use of 'auto' keyword

911