what is call by value and call by reference

Answer Posted / rina

function is call the value called the call by values
and the function call the address called the call by
refrence....

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anagram in c?

510


Why we not create function inside function.

1742


What is scanf_s in c?

627


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

903


What are 3 types of structures?

588






c language interview questions & answer

1452


How to write c functions that modify head pointer of a linked list?

538


write a program to concatenation the string using switch case?

1551


In a byte, what is the maximum decimal number that you can accommodate?

618


Explain the difference between getch() and getche() in c?

559


What is a node in c?

542


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

645


what is stack , heap ,code segment,and data segment

2209


How can a string be converted to a number?

506


What is variables in c?

598