C-program Introduction

C-program Introduction

Professional Development

10 Qs

quiz-placeholder

Similar activities

Can you C?

Can you C?

Professional Development

5 Qs

DBMS Lab Internal Viva - Jan 2021

DBMS Lab Internal Viva - Jan 2021

Professional Development

15 Qs

Basic of C Programming - MCQ

Basic of C Programming - MCQ

Professional Development

10 Qs

Quiz 9 - JSP_TalentNext

Quiz 9 - JSP_TalentNext

Professional Development

8 Qs

Relational and logical operator

Relational and logical operator

Professional Development

7 Qs

CPR_online quiz_pointer

CPR_online quiz_pointer

Professional Development

10 Qs

day8

day8

Professional Development

10 Qs

PJP Apr 23

PJP Apr 23

Professional Development

10 Qs

C-program Introduction

C-program Introduction

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

santhosh kumar

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When the C-programming Officially released

1987

1989

1988

1999

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include<stdio.h> come from which section

Documentation

pre-processor

global declaration

local declaration

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Comment have only two types

True

False

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many errors in the following Code:

#include<stdo.h>

int main{

print("Hello world!");

}

1

23

3

4

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Format specifier for double

%d

%f

%lf

%rf

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many digits come after the decimal points Following statement

printf("%.3f",a);

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the Correct Syntax for datatypes and variables

datatype variablename=value;

datatype variablename=value

variablename datatype=value;

datatype value=variableName;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?