can any one tell that i have a variable which is declared
as static but i want this variable to be visible to the
other files? how?
Answer Posted / hehe
Make the static variable as public
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is gets() function?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are register variables in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is use of malloc and calloc?
What is || operator and how does it function in a program?
Differentiate between Macro and ordinary definition.
How do you define CONSTANT in C?
Write a program to find factorial of a number using recursive function.
What is hungarian notation? Is it worthwhile?
Why clrscr is used after variable declaration?
Why ca not I do something like this?
Do you know what are the properties of union in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration