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
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Why is a semicolon (;) put at the end of every program statement?
why we are using float in C
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What are the data types present in c?
Can a variable be both const and volatile?
What is the diffrent between while and do while statement ?
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
What are disadvantages of C language.
The __________ attribute is used to announce variables based on definitions of columns in a table?