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
What is a dangling pointer in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What are the advantages of using const reference arguments in a function?
What is #include ctype h in c++?
What is c++ best used for?
What are advantages of c++?
What is an incomplete type in c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is a constructor and how is it called?
Will this c++ program execute or not?
What are the different types of polymorphism in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Difference between delete and free.
How can we access protected and private members of a class?
Can the creation of operator** is allowed to perform the to-the-power-of operations?