write a porgram in c++ that reads an integer and print the
biggest digit in the number
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between map and hashmap in c++?
What are the various oops concepts in c++?
What are the basics of local (auto) objects?
What is abstraction c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What is java and c++?
Write a program which uses functions like strcmp(), strcpy()? etc
What is data type in c++?
What is a buffer c++?
Which software is best for c++ programming?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
Is c++ an oop?