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
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain void pointer?
Why c is called a middle level language?
What is calloc() function?
Explain what will the preprocessor do for a program?
What is the value of h?
What is a ternary operator in c?
What are the functions to open and close file in c language?
How can I write functions that take a variable number of arguments?
Why does the call char scanf work?
Can the curly brackets { } be used to enclose a single line of code?
What’s a signal? Explain what do I use signals for?
Can we change the value of static variable in c?
What does %d do in c?
Why n++ execute faster than n+1 ?