Should I learn c or c++ or c#?


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

Post New Answer

More C++ General Interview Questions

What is a manipulative person?

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 is endl?

0 Answers  


what is upcasting in C++?

0 Answers  


What do c++ programmers do?

0 Answers  


What is the difference between a declaration and a definition?

0 Answers  


What are abstract data types in c++?

0 Answers  


Is c++ slower than c?

0 Answers  


Can I uninstall microsoft c++ redistributable?

0 Answers  


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,


What is problem with overriding functions?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


Categories