Answer Posted / saroj das ,balsore
storage class is an instruction that give compiler 4
instructions . there are 4 type storage class 1) automatic,
register , static ,external
| Is This Answer Correct ? | 44 Yes | 1 No |
Post New Answer View All Answers
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the purpose of extern storage specifier?
List the types of polymorphism in c++?
what is c++
What are friend classes? What are advantages of using friend classes?
Is c++ the most powerful language?
Can we specify variable field width in a scanf() format string? If possible how?
What is the purpose of ios::basefield in the following statement?
What will happen if a pointer is deleted twice?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the operator in c++?
What is the basic structure of c++ program?
How does atoi function work?
What is prototype in c++ with example?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.