Which is best c++ or java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we change the basic meaning of an operator in c++?
What is an iterator class in c++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What language is a dll written in?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
Explain what are mutator methods in c++?
What is vectorial capacity?
Out of fgets() and gets() which function is safe to use?
What are the comments in c++?
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 does obj stand for?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?