What is a pointer in c?

Answers were Sorted based on User's Feedback



What is a pointer in c?..

Answer / nashiinformaticssolutions

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

What is a pointer in c?..

Answer / glibwaresoftsolutions

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

What is a pointer in c?..

Answer / hr@tgksolutions.com

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the difference between c and java?

1 Answers  


Explain what are multidimensional arrays?

0 Answers  


how can use subset in c program and give more example

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


Can we compile a program without main() function?

0 Answers  


What is a static variable in c?

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


What does != Mean in c?

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


Categories