Answer Posted / udayakumar
local variables are the variables which are declared with in
a function and the scope of that variables are only within
that function.Global variables are the variables which are
declared globally.Since it is declared globally it can
accessible to all the functions inside the program...
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a function as a parameter in another function?
Are pointers integers in c?
Explain how can type-insensitive macros be created?
What is the significance of c program algorithms?
I have a varargs function which accepts a float parameter?
how logic is used
How #define works?
Why does everyone say not to use gets?
What is the use of structure padding in c?
How can you check to see whether a symbol is defined?
What is array in C
What is a static variable in c?
What is the ANSI C Standard?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Is c dynamically typed?