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

Post New Answer

More C Interview Questions

write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


Why we use int main and void main?

0 Answers  


What is the role of && operator in a program code?

0 Answers  


what is array?

8 Answers  


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  






What is header file definition?

0 Answers  


What is a static function in c?

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


Do you know what is a programing language ?

0 Answers  


Categories