Can I learn c++ without knowing c?
No Answer is Posted For this Question
Be the First to Post Answer
What compiler was used?
Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What are the different operators in C++?
can anybody please tell me how to write a program in c++,without using semicolon(;)
When should you use multiple inheritance?
What is jump statement in C++?
What are the two types of comments, and how do they differ?
Is c++ the hardest language?
Difference between delete and free.
Explain the use of vtable.
Can a function take variable length arguments, if yes, how?