Write about the local class and mention its use?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare an array of pointers to integer?
What is a node class?
What is the use of bit fields in structure declaration?
What are smart pointers?
Is rust better than c++?
why the size of an empty class is 1
How does c++ sort work?
Do you know the use of vtable?
How many ways are there to initialize an int with a constant?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is scope of a variable? (LOLZ)
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }