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 to find greatet of 10 numbers without using array?
What is the purpose of sprintf?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is Function Pointer? Explain with example?
program to locate string with in a string with using strstr function
What is 1f in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
how to create duplicate link list using C???
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Tell us the use of fflush() function in c language?
what is event driven software and what is procedural driven software?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)