Tip 1 : Have a clear knowledge about the course before you start learning
Tip 2 : Make a note of key words and tags
Tip 3 : Do practice in skillrack portal where lots of hands-on programs will be there.
Test yourself by solving some real-time problemS
Tip 1 : clear information about your technology what you learnt.
Tip 2 : projects what u did upto
Morning 11 am.



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
Both I did well in python.
He asked for C
I again solved using C programming
Evening 4 pm



No need to return anything. You should sort the array in-place.
Let ‘ARR’ be: [1, 4, 2]
The sorted array will be: [1, 2, 4].
Both I did well in python.
He asked for C
I again solved using C programming
Evening 4 pm
Project explanation
Tip 1 : maintain proper vocabulary
Tip 2 : explain clearly what they asked for.
Tip 3 : think properly and answer wisely.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?