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


Please Help Members By Posting Answers For Below Questions

Does c have enums?

590


What’s a signal? Explain what do I use signals for?

597


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1880


Why is sizeof () an operator and not a function?

568


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

636






What are the 4 types of programming language?

573


What is pointers in c with example?

571


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1518


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

643


What should malloc(0) do?

604


What do you mean by invalid pointer arithmetic?

625


Can a file other than a .h file be included with #include?

673


By using C language input a date into it and if it is right?

563


How to write a code for reverse of string without using string functions?

1569


When should we use pointers in a c program?

618