Q.With every use of a memory allocation function, what function should be used to release allocated memory which is no longer needed?

  1.     free()
  2.     dropmem()
  3.     exit()
  4.     release()


Q.Which of the following statement is correct?

  1.     C provides no input-output features
  2.     C provides no file access features
  3.     both 1 and 2
  4.     None of the above

Q.Integer dividion in a C programme results in

  1.     Overflow
  2.     Truncation
  3.     Syntax error
  4.     Rounding


Q.Which language is usually implemented with interpreter?

  1.     COBOL
  2.     PASCAL
  3.     FORTRAN
  4.     BASIC


Q.Which one of the following will read a character from the keyboard and will store it in the variable c?

  1.     c = getc();
  2.     c = getchar();
  3.     c = getchar(c)
  4.     getc( &c )


Q.Which of the following is oriented to scientific programming?

  1.     COBOL
  2.     BASIC
  3.     PASCAL
  4.     FORTRAN


Q.Which one of the following C operators is right associative?

  1.     =
  2.     ,
  3.     {}
  4.  

Q.PASCAL is

  1.     Natural Language
  2.     Machine Language
  3.     Assembi Language
  4.     None of the above


Q.The mother of COBOL?

  1.     Grace Hopper
  2.     Kathleen Jensen
  3.     Masatoshi Shinae
  4.     Ada Byron


Q.Which one of the following is NOT a valid identifier?

  1.     auto
  2.     bigNumber
  3.     g42277
  4.     __ident