Describe about storage allocation and scope of global, extern, static, local and register variables?
No Answer is Posted For this Question
Be the First to Post Answer
How is c++ different from java?
Do you know what is overriding?
What's c++ used for?
What are proxy objects?
How a macro differs from a template?
If a function doesn’t return a value, how do you declare the function?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is a dangling pointer in c++?
describe private access specifiers?
What is c strings syntax?
How to declare a pointer to an array of integers?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;