Answer Posted / pushpendra
local variable:-its uses inside the function that is these variable exist inside the function and other fu no access out side the main function.
while global variables are variables and which are declared both sides of function inside and outside that is globally.all functions can access out of main function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is not a pointer null after calling free?
Is null a keyword in c?
What is the difference between typedef struct and struct?
How many loops are there in c?
What is typeof in c?
Can static variables be declared in a header file?
Describe explain how arrays can be passed to a user defined function
Difference between malloc() and calloc() function?
Why double pointer is used in c?
Which type of language is c?
code for find determinent of amatrix
How does struct work in c?
How do I copy files?
What is the description for syntax errors?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.