what is pointer?

Answer Posted / umakant gupta

Pointer is a kind of Array which store the Address of
Variable

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of this pointer?

762


Simplify the program segment if X = B then C ← true else C ← false

2801


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

864


Explain Basic concepts of C language?

833


Can the curly brackets { } be used to enclose a single line of code?

937


Why isnt any of this standardized in c?

846


What should malloc() do?

847


What is a char in c?

761


Explain how many levels deep can include files be nested?

835


Can we access array using pointer in c language?

853


Why we not create function inside function.

1970


What is the total generic pointer type?

928


Differentiate between ordinary variable and pointer in c.

857


What is the difference between c &c++?

846


What does sizeof int return?

829