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 to explain the final year project as a fresher please answer with sample project
explain how do you use macro?
What are linked lists in c?
What is the difference between test design and test case design?
Explain what is gets() function?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are dangling pointers? How are dangling pointers different from memory leaks?
What does *p++ do?
what is uses of .net
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
a c code by using memory allocation for add ,multiply of sprase matrixes
Can we initialize extern variable in c?
When should the volatile modifier be used?
Do character constants represent numerical values?