What does n mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are destructors?
How do you traverse a btree in backward in-order?
What is a parameterized type?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
How to declare a pointer to an array of integers?
What is ifstream c++?
What is the use of the this pointer?
Can manipulators fall in love?
What is the difference between public, private, protected inheritance?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is a modifier in c++?
Explain the different access specifiers for the class member in c++.