TYPE: Basic level
- Write a program to convert hexadecimal to octal in C++? Sol: here
- Write a program to multiply any number (entered by user) with 7(any language). Solution : here
- Write a program to find the differentiation of a one variable polynomial. (any language)
- Write a program to increase ASCII value of a string with 2. (any language)
- Make a game of STONE, PAPER and SCISSOR. (any language). Solution : here
TYPE : Advance
- Write a program to sort a array list. Note that only operation you can perform is reverse the array. Also there is a restriction on reversing the array. Restriction : you can reverse only reverse the array from the '0th' index and upto 'kth' index where k<n(number of elements in array) and k>0.
No comments:
Post a Comment