C-program Introduction

C-program Introduction

Professional Development

10 Qs

quiz-placeholder

Similar activities

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

Basic of C Programming - MCQ

Basic of C Programming - MCQ

Professional Development

10 Qs

DAY 1 - C& C++ Assessment _10th June 24

DAY 1 - C& C++ Assessment _10th June 24

Professional Development

10 Qs

C Basic

C Basic

Professional Development

10 Qs

CPR_online quiz_pointer

CPR_online quiz_pointer

Professional Development

10 Qs

C Operators

C Operators

University - Professional Development

15 Qs

day8

day8

Professional Development

10 Qs

Can you C?

Can you C?

Professional Development

5 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?