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
What is the role of this pointer?
Simplify the program segment if X = B then C ← true else C ← false
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);
Explain Basic concepts of C language?
Can the curly brackets { } be used to enclose a single line of code?
Why isnt any of this standardized in c?
What should malloc() do?
What is a char in c?
Explain how many levels deep can include files be nested?
Can we access array using pointer in c language?
Why we not create function inside function.
What is the total generic pointer type?
Differentiate between ordinary variable and pointer in c.
What is the difference between c &c++?
What does sizeof int return?