What is the difference between static and global variables?
Answer Posted / kush joshi
static variable only can access within a function where
these declared, but the global variables access any where in
the program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the maximum length of an identifier?
Explain enumerated types in c language?
Can we assign integer value to char in c?
How do shell structures work?
How many identifiers are there in c?
largest Of three Number using without if condition?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What Is The Difference Between Null And Void Pointer?
can any one provide me the notes of data structure for ignou cs-62 paper
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is time null in c?
What are the advantage of c language?
Is a house a shell structure?
What is else if ladder?
Multiply an Integer Number by 2 Without Using Multiplication Operator