What is local and global variable in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


How do you define a function?

0 Answers  


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


How can I avoid the abort, retry, fail messages?

0 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


What is ctrl c called?

0 Answers  


How can variables be characterized?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


Categories