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
Explain how can I convert a string to a number?
What is a node in c?
code for find determinent of amatrix
Explain the difference between malloc() and calloc() function?
What is openmp in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is wrong with this program statement?
What is the difference between memcpy and memmove?
What is the difference between typedef and #define?
Why c is called a mid level programming language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Can you apply link and association interchangeably?
What is page thrashing?
What is methods in c?
All technical questions