Programming Questions

TYPE: Basic level

  1. Write a program to convert hexadecimal to octal in C++? Sol: here
  2. Write a program to multiply any number (entered by user) with 7(any language). Solution : here
  3. Write a program to find the differentiation of a one variable polynomial. (any language)
  4. Write a program to increase ASCII value of a string with 2. (any language)
  5. Make a game of STONE, PAPER and SCISSOR. (any language). Solution : here
TYPE : Advance
  1. 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