C passes By value or By reference?
Answer Posted / rohit
it depends on us how to pass a value
because ,c can pass by both value and reference
by valu means actual val of variable ia passed
by reference address of the required value is passed
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
How many types of errors are there in c language? Explain
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How will you divide two numbers in a MACRO?
What is difference between && and & in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How arrays can be passed to a user defined function
Explain modulus operator.
What are the disadvantages of a shell structure?
What are the 5 types of organizational structures?
What are different types of variables in c?
Differentiate between null and void pointers.