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 does a run-time "null pointer assignment" error mean?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Why is C called a middle-level language?
what are two categories of clint-server application development ?
explain what is a newline escape sequence?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What is the use of getchar() function?
Function to find the given number is a power of 2 or not?
Is c programming hard?
What is action and transformation in spark?
What is a pragma?
write a c program to add two integer numbers without using arithmetic operator +