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 the main differences between C and Embedded C?
Is it possible to run a c program without using main?If yes HOW??
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What are local static variables?
Explain zero based addressing.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
How can I determine whether a machines byte order is big-endian or little-endian?
How do you print only part of a string?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Differentiate between full, complete & perfect binary trees.
Write the syntax and purpose of a switch statement in C.
How does free() know how many bytes to free?