Tip 1 : Practice 100 coding questions on any competitive coding website
Tip 2 : make good projects and host it on web
Tip 1 : make it short and simple
Tip 2 : have some projects
it was in afternoon






Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
1. created array
2. sorted using bubble sort
3. optimized
it was in the morning
What is RAID structure in OS? What are the different levels of RAID configuration?
Tip 1 : practice questions
Tip 2 : read galvin for good os concepts



1. input an array
2. then create reverse function
3. optimise the solution
What are joins
Tip 1 : read book
Tip 2 : practice sql queries

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?