what are the static variables
Answer Posted / subha raman
I have a doubt..what is the difference between.."static"
and "constant(const)"??
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain what are binary trees?
Explain zero based addressing.
Can we replace the struct function in tree syntax with a union?
what is the structure pointer?
What is a string?
What are predefined functions in c?
Why c is called a middle level language?
Why malloc is faster than calloc?
Why do we use header files in c?
How can I recover the file name given an open stream?
How can you return multiple values from a function?
Differentiate between the = symbol and == symbol?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Define macros.
Explain what are run-time errors?