What is pass by reference in c?
Answer / Ramniwash Singh Yadav
In C, pass by reference means that the address of the argument is passed to the function. This allows the function to modify the original variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Why doesn't C support function overloading?
a program that can input number of records and can view it again the record
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What is strcmp in c?
In C language, a variable name cannot contain?
what is bit rate & baud rate? plz give wave forms
How can you avoid including a header more than once?
What is operator precedence?
program to find a smallest number in an array
sum of two integers values only other then integer it should print invalid input.
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?