Logic Development & Programming Design

123456789
Across
  1. 1. It is a sequence of alphabets
  2. 3. who stores the address of another variable
  3. 5. this variable's value can't be change.
  4. 7. this operator has Right-To-Left associativity.
  5. 8. This operator will always return Boolean value.
  6. 9. this can terminate loop.
Down
  1. 1. is used to search a given substring in the main string and returns the pointer to the first occurrence of the given substring in the main string.
  2. 2. While naming a variable no other special character is allowed expect.
  3. 4. a block of code which only runs when it is called
  4. 6. is a group of similar elements or data items