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's the best way of making my program efficient?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
What is Your Name :)
Toggle nth bit in a given integer - num
Explain what is page thrashing?
how can write all 1to 100 prime numbers using for loop,if and break ?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
How can we allocate array or structure bigger than 64kb?
a program that can input number of records and can view it again the record
What is the difference between typedef struct and struct?
How can I allocate arrays or structures bigger than 64K?