Is reference used in C?
Answer / 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 |
mplementation of stack using any programing language
What is the significance of an algorithm to C programming?
What is malloc calloc and realloc in c?
What is the purpose of clrscr () printf () and getch ()?
What is the scope of an external variable in c?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
what is the difference between definition and declaration? give me some examples.
What is the difference between array and pointer in c?
What is the difference between new and malloc functions?
What is a keyword?
How to write a program to receive an integer & find its octal equivalent by using for loop?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?