Computer Science Objective -3
- Details
- Last Updated on Saturday, 28 April 2012 07:05
- Hits: 1689
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

RSS Feeds
SiteTranslation
Old Methodology
Latest Articles
- World Cup Foodball Schedule Brazil 2014 with Indain Time
- Computer Science and Applications Dec 2012-01
- Computer Science and Applications Dec 2012
- UGC December 2012 Paper-1 Solved-02
- UGC December 2012 Paper-1 Solved-01
- UGC December 2012 Paper-1 Solved
- Setup XP With Shared Printer
- Share Files and Printers between Windows 7 XP and Vista-2
- Share Files and Printers between Windows 7 XP and Vista-1