FINAL ROUND

FINAL ROUND

University

10 Qs

quiz-placeholder

Similar activities

Prak MC

Prak MC

University

15 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

nestedif _ And _ Or

nestedif _ And _ Or

University

10 Qs

Javascript

Javascript

University

12 Qs

The AI Shield

The AI Shield

University

15 Qs

ECM3434 Business Analysis 1 - Business process modelling

ECM3434 Business Analysis 1 - Business process modelling

University

10 Qs

PROBLEM SOLVING USING R  UNIT I  MCQS

PROBLEM SOLVING USING R UNIT I MCQS

University

15 Qs

Chapter 13 - Programming and Languages

Chapter 13 - Programming and Languages

University

10 Qs

FINAL ROUND

FINAL ROUND

Assessment

Quiz

Computers

University

Hard

Created by

KVN NAIK

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Find the output in following code

int main ()

{

int a,b ;

a= b= 4 ;

b =a++;

Printf ( " %d %d %d %d", a++, --b, ++a, b--);

}

5 3 73

5 4 5 3

6 2 6 4

Syntax Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

C is a ____________ programming language

Object oriented Programming

Procedure oriented Programming

Structured programming language

Structure and Procedure Oriented Programming

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

_______________to be included to use standard I/O functions : prinf(),scanf()

#include<conio.h>

#include<stdio.h>

#include<string.h>

#include<math.h>

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

All statements should be written in lower case letters. Upper case letters are only used for symbolic constants.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Blank spaces can be used while declaring a variable, keyword, constant and function.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Constants are classified as____________

Literal constants

Qualified constants

Symbolic constants

All

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A variable is an entity whose value ____________ during the execution of a program

can change

cannot change

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?