what is a pointer

Answer Posted / chaitali anand tendulkar

A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the ternary tree?

605


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

716


Write a program to print fibonacci series without using recursion?

613


hi send me sample aptitude papers of cts?

1657


Where define directive used?

611






which is conditional construct a) if statement b) switch statement c) while/for d) goto

741


How can I avoid the abort, retry, fail messages?

665


What are types of functions?

571


How many levels of indirection in pointers can you have in a single declaration?

601


Why do we use & in c?

595


What is the function of multilevel pointer in c?

675


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7413


what are the different storage classes in c?

667


Explain how can I manipulate strings of multibyte characters?

788


write a proram to reverse the string using switch case?

2474