C Program

C Program

University

20 Qs

quiz-placeholder

Similar activities

Atividade de Fixação - Python

Atividade de Fixação - Python

University

20 Qs

EC8393_FDS_MODEL EXAM_3_PART B

EC8393_FDS_MODEL EXAM_3_PART B

University

15 Qs

UTS Web Lanjut

UTS Web Lanjut

University

20 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

2TK - Review Dinamik Routing - 091219

2TK - Review Dinamik Routing - 091219

University

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

C Program

C Program

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

SUDHARSAN P

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Father of C program

Bjarne Stroustrup

James Gosling

Guido van Rossum

Dennis Ritchie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which data type is used for number without decimal value

integer

int

float

decimal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which data type is used for float

integer

int

float

decimal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax to print "Hello"

scanf("Hello");

print("Hello");

printf("Hello")

printf("Hello");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which is used to get input from user?

scanf("%d",&num);

scanf("%d",&num)

scan("%d",&num);

scanf("%d",num);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Format Specifier for integer

%i

%int

%d

%f

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the Output for the Following code:

#include <stdio.h>

int main()

{

int a=1;

do{

printf("%d",a);

}while(a);

return 0;

}

1

no output

infinity

error

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

Already have an account?