R
Q. Which storage class defines local variable known to the block in which they are defined?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. _____ are the kind of data that variables hold in a programming language.
Q. The goto destination for the label is identified by __
Q. Which of the following is correct about friend functions?
Q. How can we restrict dynamic allocation of objects of a class using new?
Q. How we accesses the seventh element stored in array?
Q. Which of the following language is more memory efficient?
Q. What will be the output of the following code? int a = 5; int b = 2; cout << a / b;
Discusssion
Login to discuss.