programming in c++

programming in c++

Assessment

Quiz

University

Medium

Created by

Sangatamil A

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who invented C++?

Bjarne Stroustrup

Ken Thompson

Brian Kernighan

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is C++?

C++ is an object oriented programming language

C++ is a procedural programming language

C++ supports both procedural and object oriented programming language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax of including a user defined header files in C++?

#include [userdefined]

#include “userdefined”

#include <userdefined.h>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used for comments in C++?

/* comment */

// comment */

// comment

both // comment or /* comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following user-defined header file extension used in c++?

hg

cpp

h