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
What is string concatenation in c?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is meant by operator precedence?
What is function prototype in c with example?
What library is sizeof in c?
What are enums in c?
How do I get an accurate error status return from system on ms-dos?
what is the different bitween abap and abap-hr?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
write a program in C to swap two variables
Are pointers integers in c?
write a program in c language to print your bio-data on the screen by using functions.