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
write a c program for swapping two strings using pointer
Is c# a good language?
How many types of errors are there in c language? Explain
What’s a signal? Explain what do I use signals for?
What is the size of enum in c?
Do pointers need to be initialized?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Write a program that accept anumber in words
Why doesnt that code work?
Explain c preprocessor?
What is structure and union in c?
What is a good data structure to use for storing lines of text?
How many types of operator or there in c?
Write a program to print numbers from 1 to 100 without using loop in c?