Answer Posted / bavi
No.Oly cal by value method of passing is used in C.
Also, calling by reference can be achieved thru' Pointers.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How a string is stored in c?
What does c value mean?
What is a macro, and explain how do you use it?
What is the difference between new and malloc functions?
string reverse using recursion
How can I find the modification date of a file?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the use of header files?
Is c compiled or interpreted?
Can we initialize extern variable in c?
How can I recover the file name given an open stream or file descriptor?
What is fflush() function?
What does %p mean c?
What are derived data types in c?
What is %d used for?