C Programming Fundamentals
C programming language basics including syntax, functions, headers, and compilation
Questions
The C language was developed in year
- 1972
- 1983
- 1975
- 1956
C program should be written in ___________case.
- lower
- title
- upper
- none of these
How can we convert the C programs into machine language?
- Interpreter
- An assembler
- An operating system
- A compiler
The C Language has been developed by
- Charles Babbage
- <span style="FONT-FAMILY:" new="ar-sa=" lang="EN-US">Bjarne Stroupstrup
- Dennis M. Ritchie
- Ken Thompson
How can we represent the Null string?
- 0
- “ “
- ;
- { }
“The execution of function begins at the opening braces of the function and ends at the closing braces” what do you think about the statement?
- True statement
- False statement
- Partially true
- Invalid statement
How can we start C ?
- Click start → Program → MS-Office → MS-DOS
- Click start → Program → MS-DOS
- Click start → Program → Accessories → Window Explorer
- Click start → Program → My Document
What is the full form of conio?
- Character Integrated Oriented
- Character Input-Output
- Console Input Output
- Console Indirect Output
What is the full form of stdio?
- Standard Input Output
- Stadio Input Output
- System Input Output
- Standard Integrated Oriented
Which combination of the shortcut keys is used in C language to see the output of program?
- Ctrl+O
- F5
- Alt+F5
- Alt+F9
Which instruction is not ended with a semicolon (;)?
- clrscr( )
- go to( )
- define & include
- break ( )
Which sign of compiler directives must appear in the first column of the line?
- ;
- ( )
- #
- { }
Which symbol should be used when comment inserts in the program?
- #
- /* & *
- ( )
- < >
What do you mean by Scanf function in the C language?
- Input function
- Output function
- Scan the document
- Print the program
What do you mean by Printf function in C language?
- Print the program
- Input function
- Output function
- Scan the document
Which of the following escape characters means back space?
- b
- “\”
- “” ”
- “'“
Which combination of shortcut keys is used to compile the program in C language?
- Alt+F5
- Alt+F9
- F2
- Ctrl+F9
Which of the following is the group of characters, digits and symbols enclosed in quotation marks?
- String
- Character constant
- Character set
- Identifiers
How can we define the String?
- char ch [5]
- char string_name [size]
- char string_name [size]
- data_type variable_name
Which of the following header files is not used in C language?
- stdio.h
- conio.h
- math.h
- iostream.h
Which of the following languages is used for engineering and scientific applications?
- COBOL
- PASCAL
- FORTRON
- C++