Recent content by Muhammad Zafar

  1. M

    write a C++ program given below?

    Read 2 positive integers from a user, it finds if the smaller (in number of digits) number is present in the larger number and its indices. For example if user enters 54826827 and 82 then number 82 is present in 5482 at index 2 and 5. my code is given below: - #include<iostream>...
Back
Top