Answer Posted / nashiinformaticssolutions
Certain characteristics of variables or functions are defined by storage classes. These characteristics include lifetime, or how long a variable is active, and visibility, or how easily a variable may be accessed from various parts of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is swift faster than go?
what is data abstraction in C++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Can you write a function similar to printf()?
What do you mean by static variables?
What new()is different from malloc()?
What happens when you make call 'delete this;'?
What is the type of 'this' pointer?
Explain what data encapsulation is in c++?
If there are two catch statements, one for base and one for derived, which should come first?
What are the types of array in c++?
What are the differences between malloc() and calloc()?
Are vectors passed by reference c++?
What is c++ similar to?
What return value must conversion operators have in their declaration?