What is c++ hash?
No Answer is Posted For this Question
Be the First to Post Answer
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is nested class in c++?
What is the use of "new" operator?
What is the best c c++ compiler for windows?
Which programming language should I learn first?
What is the purpose of template?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How does class accomplish data hiding in c++?
What is the use of :: operator in c++?
Explain selection sorting?
Why is standard template library used?
Brief explaination about #include<iostream.h>, cin and cout