Is java easier than c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Describe the process of creation and destruction of a derived class object?

0 Answers  


Explain object slicing in c++?

0 Answers  


What are the advantages of using pointers in a program?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What does extern mean in a function declaration in c++?

0 Answers  






Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

0 Answers  


Can I run c program in turbo c++?

0 Answers  


What are the advantages of using a pointer?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


What does new in c++ do?

0 Answers  


What is a v-table?

0 Answers  


Categories