How can I disable the "echo" feature?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn c or c++ or c#?
Will the inline function be compiled as the inline function always? Justify.
What is virtual table?
What is c++ hash?
What is meant by reference variable in C++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is the difference between multiple and multilevel inheritance in c++?
can anybody please tell me how to write a program in c++,without using semicolon(;)
What is a singleton class c++?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Define linked lists with the help of an example.
What is pair in c++?