why arguments can generally be passed to functions
a) sending the values of the arguments
b) sending the addresses of the arguments
c) a & b
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
how to find your architecture is LittleEndian or BigEndian?
what are the stoge class in C and tel the scope and life time of it?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
How to add two numbers without using semicolon at runtime
can anyone please tell about the nested interrupts?
what is pointer
i want to know the procedure of qualcomm for getting a job through offcampus
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain how can I manipulate strings of multibyte characters?
what is difference b/w extern & volatile variable??
what is diognisis?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop