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

Can we declare variable anywhere in c?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


how can we use static and extern?and where can we use this?

3 Answers   Excel,


What is difference between structure and union with example?

0 Answers  


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  






Why should I prototype a function?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


What are local static variables?

0 Answers  


What is main () in c language?

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


how do you execute a c program in unix.

0 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


Categories