advantages of pointers?

Answers were Sorted based on User's Feedback



advantages of pointers?..

Answer / ganesh

pointer variable is used to store the memory address of the another variable

Is This Answer Correct ?    12 Yes 1 No

advantages of pointers?..

Answer / rams

Pointer is a variable that can store the address of another variable to which it's pointing

Is This Answer Correct ?    1 Yes 0 No

advantages of pointers?..

Answer / sanjay bhosale

Using pointers we can directly manipulate or access memory which is faster hence it increases execution time.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is uint8 in c?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,






why should i select you?

21 Answers   Wipro,


What is default value of global variable in c?

0 Answers  


What is the purpose of ftell?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


What is null character in c?

0 Answers  


how to use virual function in real time example

1 Answers   CTS, Wipro,


Categories