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
Is c call by value?
In a header file whether functions are declared or defined?
#include
Tell us bitwise shift operators?
What's the total generic pointer type?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the Purpose of 'extern' keyword in a function declaration?
What is scope of variable in c?
How do you list a file’s date and time?
What is the difference between abs() and fabs() functions?
How do I convert a string to all upper or lower case?
What is printf () in c?
Differentiate fundamental data types and derived data types in C.
What is the right type to use for boolean values in c? Is there a standard type?
What is graph in c?