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

Hai what is the different types of versions and their differences

1495


What is the right type to use for boolean values in c? Is there a standard type?

570


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22271


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

770


What are void pointers in c?

579






Explain how can I convert a number to a string?

652


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1872


What is the use of sizeof () in c?

567


In C programming, what command or code can be used to determine if a number of odd or even?

629


What is the scope of global variable in c?

562


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2620


Explain enumerated types.

607


What is the difference between text and binary modes?

652


Explain what are preprocessor directives?

634


How can a string be converted to a number?

525