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
Explain what is the difference between functions abs() and fabs()?
write a c program to store and print name,address,roll.no of a student using structures?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is far pointer in c?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the correct code to have following output in c using nested for loop?
Why we write conio h in c?
What is scope rule in c?
I want tcs placement papers of 2004-2009 , its urgent
What is the difference between null pointer and the void pointer?
What is static function in c?