what are the stoge class in C and tel the scope and life time
of it?
Answer Posted / aruna.r
1.automatic
2.extern
3.static
4.register
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How many parameters should a function have?
What is the value of c?
Can I initialize unions?
What is pass by reference in c?
What is getch () for?
What is wild pointer in c?
What library is sizeof in c?
Explain the difference between null pointer and void pointer.
What does s c mean in text?
What is the benefit of using #define to declare a constant?
What is c value paradox explain?
How is actual parameter different from the formal parameter?
Can 'this' pointer by used in the constructor?
How can I get random integers in a certain range?
Why use int main instead of void main?