What is call by reference in functions?
The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. ... It means the changes made to the parameter affect the passed argument. To pass a value by reference, argument pointers are passed to the functions just like any other value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is self-referential structure in c programming?
Why is c still so popular?
What is scope of variable in c?
Two's compliment of -5
Is c# a good language?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
how can I convert a string to a number?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is external variable in c?
which one low Priority in c? a)=,b)++,c)==,d)+
What is methods in c?