What are pointers?



What are pointers?..

Answer / Mohd Shakib Ansari

"Pointers are variables that store memory addresses, allowing you to access and manipulate the data stored at those addresses. In C language, a pointer is declared by placing an asterisk (*) before the variable name."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


What are the types of data structures in c?

1 Answers  


which is faster execution: loops or recursion?

3 Answers  


What is the general form of #line preprocessor?

1 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


When c language was developed?

1 Answers  


What is array in C

1 Answers  


What are the salient features of c languages?

1 Answers  


I have seen function declarations that look like this

1 Answers  


What does do in c?

1 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


Categories