what is the use of pointers

Answer Posted / vignesh1988i

1) pointers which points to a value indirectly through that variable containing that value..... so pointers are used for data security.

2) only by using pointers through functions we can return MORE THAN ONE VALUE AT A TIME.....

3) as above told execution will be faster.....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain high-order and low-order bytes.

667


What do header files do?

603


what type of questions arrive in interview over c programming?

1559


What is build process in c?

645


What is the time and space complexities of merge sort and when is it preferred over quick sort?

676






Can you please explain the difference between strcpy() and memcpy() function?

602


Write a program on swapping (100, 50)

638


What should malloc() do?

645


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

873


What is a wrapper function in c?

590


Explain do array subscripts always start with zero?

761


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

624


Describe static function with its usage?

612


What is a struct c#?

601


Explain built-in function?

593