Can c++ do everything c can?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between struct and class?
What is virtual methods?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What things would you remember while making an interface?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
By using c++ with an example describe linked list?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
How many namespaces are there in c++?
Do you know the problem with overriding functions?
Is multimap sorted c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.