Computer Science, asked by rishitp08, 3 months ago

c coding Language those wrong answer will be reported I said no spam and no wrong answer of your answer will be reported and deleted and your points will gone so don't be oversmart and answer if you know​

Attachments:

Answers

Answered by vishnu202643
0

Learn C Programming MCQ Questions and Answers on Basics to attend job placement exams, interview questions, college viva and Lab Tests. This paper covers C language invention history, standards and usages. Easily attend Job interview exams after reading these Multiple Choice Questions.

Go through C Theory Notes on Basics before studying questions.

1) Who invented C Language.?

A) Charles Babbage

B) Grahambel

C) Dennis Ritchie

D) Steve Jobs

Answer[=]

2) C Language is a successor to which language.?

A) FORTRAN

B) D Language

C) BASIC

D) B Language

Answer[=]

3) C is a which level language.?

A) Low Level

B) High Level

C) Low + High

D) None

Answer[=]

4) Low level language is .?

A) Human readable like language.

B) language with big program size.

C) language with small program size.

D) Difficult to understand and readability is questionable.

Answer[=]

5) High level language is a .?

A) Human readable like language.

B) language with small program size.

C) language with big program size.

D) language which is difficult to understand and not human readable.

Answer[=]

6) Which program outputs "Hello World.." .?

A)

main()

{

scanf("Hello World..");

}

B)

main()

{

printf("Hello World..");

}

C)

main()

{

print("Hello World..");

}

D)

main()

{

scan("Hello World..");

}

Answer[=]

7) C is _______ type of programming language.?

A) Object Oriented

B) Procedural

C) Bit level language

D) Functional

Answer[=]

8) What is the present C Language Standard.?

A) C99 ISO/IEC 9899:1999

B) C11 ISO/IEC 9899:2011

C) C05 ISO/IEC 9899:2005

D) C10 ISO/IEC 9899:2010

Answer[=]

9) What are the new features of C11 or ISO IEC 9899 2011 standard.?

A) Type generic Macros, Static Assertions

B) Multi Threading, Anonymous Unions, quick_exit

C) Bounds Checking Interfaces, Anonymous Strurctures

D) All

Answer[=]

10) C language was invented in which laboratories.?

A) Uniliver Labs

B) IBM Labs

C) AT&T Bell Labs

D) Verizon Labs

Answer[=]

11) BCPL Language is also called..?

A) C Language

B) B Language

C) D Language

D) None

Answer[=]

12) C language was

Similar questions