A function can make the value of a variable available to another by
a) declaring the variable as global variable
b) Passing the variable as a parameter to the second function
c) Either of the two methods in (A) and (B)
d) binary stream
No Answer is Posted For this Question
Be the First to Post Answer
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is the difference between declaring a variable and defining a variable?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Difference between constant pointer and pointer to a constant.
What is a memory leak? How to avoid it?
What are the different properties of variable number of arguments?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
who is the father of C Language?
20 Answers CTS, UST,
Do character constants represent numerical values?
Are there any problems with performing mathematical operations on different variable types?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,