what is the difference between global variable & static
variable declared out side all the function in the file.
Answer Posted / ashwinishaligram308
global variableis allocated on heap and static variables on
stack
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Explain enumerated types.
How do you define CONSTANT in C?
while initialization of array why we use a[][2] why not a[2][]...?
In C language, a variable name cannot contain?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Explain how are portions of a program disabled in demo versions?
How do you construct an increment statement or decrement statement in C?
Write a program to find the biggest number of three numbers in c?
what is the significance of static storage class specifier?
What was noalias and what ever happened to it?
Write a program of prime number using recursion.
What is class and object in c?
What are c preprocessors?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Hai what is the different types of versions and their differences