what is the differance between pass by reference and pass
by value.
Answer Posted / srikanth
In pass by value we can pass value through the arguments
In pass reference with the help of operation
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
How are variables declared in c?
What is the best way of making my program efficient?
Give me the code of in-order recursive and non-recursive.
For what purpose null pointer used?
Write a C program in Fibonacci series.
What is variable in c example?
What are loops in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain union.
What is the use of clrscr?
What is s in c?
Why should I prototype a function?
How do you print only part of a string?
Is there any data type in c with variable size?