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 scanf_s in c?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
write a program structure to find average of given number
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
what is the use of call back function in c?tell me with example
why u join this call center?
suppose there are five integers write a program to find larger among them without using if- else
What does sizeof function do?
What are the basic data types associated with c?
Why doesn't C support function overloading?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Where local variables are stored in c?