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
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the ways to a null pointer can use in c programming language?
Why do we use return in c?
What are the advantages of c preprocessor?
Explain what is the benefit of using an enum rather than a #define constant?
How is a structure member accessed?
Here is a neat trick for checking whether two strings are equal
what are the different storage classes in c?
Write a program to show the change in position of a cursor using c
Where is volatile variable stored?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is array name a pointer?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is header file definition?
What are the advantages of using Unions?