what is pointer?

Answer Posted / shekar

a pointer is a variable that stores the address of another
variable. we can a pointer to any variable ..

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

732


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3512


what is stack , heap ,code segment,and data segment

2229


How to compare array with pointer in c?

631


Explain the use of 'auto' keyword

688






What is the code in while loop that returns the output of given code?

1353


in iso what are the common technological language?

1643


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1470


What functions are in conio h?

669


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

620


Can you please explain the difference between exit() and _exit() function?

606


What is the size of a union variable?

608


How are variables declared in c?

607


What is adt in c programming?

627


How is = symbol different from == symbol in c programming?

624