• Creator
    Topic
  • #733

    1. If A is 42 & B is 36, then A^B=_____?

    ASSIGNMENT 2:
    1.Write a program to find sub string in long string of characters.
    2.Write a program to print the number in words.[Valid Range: 0 to 9999 ] Eg: Input: 420 Output: Four hundred twenty.

    ASSIGNMENT 3:
    4. Write a program to print number of times a digit appears in a range of numbers. Eg: Input : Number: 3 Range: 1- 10 Output: 1

    ASSIGNMENT 5:
    Write a program to perform Binary search in array.
    ( WRITTEN THE CODE FOR THIS BUT THERE IS “SEGMENTATION ERROR”)

  • You must be logged in to reply to this topic.