Tip 1 : Practice atleast 200+ questions by yourself.
Tip 2 : Try to make some projects that will boost your knowledge.
Tip 1 : Do not write the falset things that your are not knowing.
Tip 2 : Add some good projects on resume so that recruter will find your resume effective.
String 'S' is NOT case sensitive.
Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
I take two poiters one on starting of the string and one at the ending of string then check the characters one by one that they are matching or not .
In this round you have to fill the answer in the blanks given .
153 = 1^3 + 5^3 + 3^3.
Therefore 153 is an Armstrong number.
Take the single digit one by one and cube it to save in the variable check then and all the digits cube then the some of the cube of the digits will be equal to given no. then print true or else print false
For ‘arr’ = {1, 0, 0, 2, 1}.
‘Answer’ = {0, 0, 1, 1, 2}.
‘Answer’ should contain all 0s first, then all 1s and all 2s in the end.
They asked why you want to join and about my family background and about projects.
why you want to join and about my family background and about projects?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?