Q.With every use of a memory allocation function, what function should be used to release allocated memory which is no longer needed?
- free()
- dropmem()
- exit()
- release()
Q.Which of the following statement is correct?
- C provides no input-output features
- C provides no file access features
- both 1 and 2
- None of the above
Q.Integer dividion in a C programme results in
- Overflow
- Truncation
- Syntax error
- Rounding
Q.Which language is usually implemented with interpreter?
- COBOL
- PASCAL
- FORTRAN
- BASIC
Q.Which one of the following will read a character from the keyboard and will store it in the variable c?
- c = getc();
- c = getchar();
- c = getchar(c)
- getc( &c )
Q.Which of the following is oriented to scientific programming?
- COBOL
- BASIC
- PASCAL
- FORTRAN
Q.Which one of the following C operators is right associative?
- =
- ,
- {}
Q.PASCAL is
- Natural Language
- Machine Language
- Assembi Language
- None of the above
Q.The mother of COBOL?
- Grace Hopper
- Kathleen Jensen
- Masatoshi Shinae
- Ada Byron
Q.Which one of the following is NOT a valid identifier?
- auto
- bigNumber
- g42277
- __ident