What is the function of I/O library in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ still being used?
What are the two types of comments?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
How many types of scopes are there in c++?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What are the defining traits of an object-oriented language?
How delete [] is different from delete?
What is guard code in c++?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What is the difference between containment and delegation?
Is c or c++ more useful?