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
How can I manipulate individual bits?
what do you mean by inline function in C?
Why should I prototype a function?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
When do we get logical errors?
What is assert and when would I use it?
Where are the auto variables stored?
What are the standard predefined macros?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the significance of c program algorithms?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the best organizational structure?
What is memcpy() function?
Are the expressions * ptr ++ and ++ * ptr same?
Can 'this' pointer by used in the constructor?