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

Post New Answer

More C Interview Questions

how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


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?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,






What is a memory leak? How to avoid it?

1 Answers  


What are the different properties of variable number of arguments?

0 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


who is the father of C Language?

20 Answers   CTS, UST,


Do character constants represent numerical values?

0 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


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,


Categories