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

Post New Answer

More C++ General Interview Questions

Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What is data types c++?

0 Answers  


What are keywords in c++?

0 Answers  


Is java the same as c++?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  






Explain how functions are classified in C++ ?

0 Answers  


How would you use the functions sin(), pow(), sqrt()?

0 Answers  


why we cant create array of refrences

4 Answers  


Is c++ low level?

0 Answers  


What is the best c++ compiler?

0 Answers  


What is a unnitialised pointer?

0 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


Categories