Posts Tagged ‘Aptitude paper on dynamic array’

  • Questions on Dynamic Array

    Jan 11, 13 • 2988 Views • Notes7 Comments

      1) Which of the following expression is true? a. 3 < 3 b. 3 < 3.0 c. string(“ABLE”) == string(“able”) d. string(“aBlE”) < string(“AbLe”) e. string(“able”) !=