MCQs_Data_Basics
MCQs_Data_Basics
A. Bjarne Stroustrup
B. James A. Gosling
C. Dennis Ritchie
Answer: C
Statement:
B. MIT University
C. Harvard University
D. Stanford Lab
Answer: A
Statement:
A. PASCAL
B. B
C. BASIC
D. FORTRAN
Answer: B
Statement:
What is C language?
Answer: D
Statement:
A. K&R
B. C89
C. ANSI
D. R&K
Answer: A
Statement:
A. General purpose
C. Data processing
D. None of these
Answer: B
Statement:
C programming language is
A. Procedural language
C. Scripting languages
D. None of these
Answer: A
Statement:
A. IEEE
B. ISO
C. IEC
D. ANSI
Answer: D
Statement:
A. 1970
B. 1971
C. 1972
D. 1973
Answer: C
Statement:
A. Turbo
B. Pycharm
C. Code::Blocks
D. Borland
Answer: B
Statement:
C can be used on?
Answer: D
Statement:
A. $
B. ^
C. -
D. |
Answer: D
Statement:
C. char c1,c2;
Answer: A
Statement:
Answer: C
Statement:
Answer: A
Statement:
A program which translates a high level language program into a machine language program is
called
A. Compiler
B. Interpreter
C. Both A and B
Answer: C
Statement:
A. Syntax error
B. Semantic error
C. Logical error
Answer: B
Statement:
Input/output function prototypes and macros are defined in which header file?
A. conio.h
B. stdlib.h
C. stdio.h
D. dos.h
Answer: C
Statement:
A. .h
B. .in
C. .com
D. .exe
Answer: A
Statement:
```c
#include <stdio.h>
#include "printf"
A. hello
B. Error
C. Depends on compiler
D. Varies
Answer: B
Statement:
```c
#include (stdio.h)
A. hello
B. Nothing
D. Depends on compiler
Answer: C
Statement:
Answer: B
Statement:
A. Lotus
B. Pascal
C. MS-Excel
D. Netscape
Answer: B
Statement:
What is a compiler?
B. A compiler converts whole of a higher level program code into machine code in 1 step
Answer: B