Explain the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Tell us something about keyword 'auto'.
Is there sort function in c?
What are the usage of pointer in c?
Why dont c comments nest?
What is getche() function?
Can the size of an array be declared at runtime?
who did come first hen or agg
How to avoid buffer overflow?
What is pragma in c?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }