What are the differences between java and c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between malloc() and calloc()?
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 is type of 'this' pointer? Explain when it is get created?
Explain about Garbage Collector?
What is a template in c++?
Differentiate between an external iterator and an internal iterator?
What is function overriding in c++?
what is the basic concept of c++(object oriented programing)
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How is c++ used in the real world?
What's the best free c++ profiler for windows?