we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called
a) calls by reference
b) calls by value
c) calls by zero
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototype?
What are data breakpoints?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
why program counter is 16 bit?
How do you convert strings to numbers in C?
write an interactive program to generate the divisors of a given integer.
How we can write a value to an address using macro..?
What is a sequential access file?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Is struct oop?
write a program to display the numbers having digit 9 in the given range from 1 to 100