Tip 1 : Make sure you know everything whatever you write in resume
Tip 2 : Apart from coding, prepare well for OS, DBMS
Tip 1 : Do not put false things on resume
Tip 2 : Have some projects on resume



Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)



For the array [ “TUNA”, “TIGER”, “RABBIT”, “RAT”, “ANTEATER” ],
A possible circle can be:


Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?