Answer Posted / sai
static variable in c defined as the value of the static
variable is fixed in that program.
That means the chages will not effect the static variable
values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a void pointer? When is a void pointer used?
How do you determine a file’s attributes?
What does dm mean sexually?
Explain what is the heap?
Can main () be called recursively?
Explain what is the advantage of a random access file?
Explain what is the purpose of "extern" keyword in a function declaration?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
is it possible to create your own header files?
What is pragma in c?
Explain what does it mean when a pointer is used in an if statement?
What is c variable?
What is the use of volatile?
what is the basis for selection of arrays or pointers as data structure in a program
How can I use a preprocessorif expression to ?