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
int far *near * p; means
What is meant by operator precedence?
all c language question
Are the variables argc and argv are local to main?
The difference between printf and fprintf is ?
Is struct oop?
What is static identifier?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is c definition?
Write a program to print ASCII code for a given digit.
Is it cc or c in a letter?
What is f'n in math?
Explain a pre-processor and its advantages.
Can you write a programmer for FACTORIAL using recursion?
formula to convert 2500mmh2o into m3/hr