Which is better c++ or java?
No Answer is Posted For this Question
Be the First to Post Answer
What is recursion?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
Can java be faster than c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
When is the copy constructor called?
Why do we use templates?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is difference between class and structure in c++?
Give example of a pure virtual function in c++?
What is this pointer in c++?