High-Radius Coding Round | String Manipulation & Sentiment Analysis | Recent Online Assessment 2026 |

Question · Posted Mar 2026

Question 1: Max Integer in String Problem Statement: You are given a string str of length n. Your task is to find and print the maximum integer present in the string str. An integer is defined as a sequence of digits. Note: Print -1 if no integer is found. If the string is empty, print -2. Input Format: The input consists of two lines: The first line contains an integer, i.e., n. The second line contains the string str. Output ...

The full answer & interview discussion are available to premium members.

Log in Create a free account