byte fusion

byte fusion

University

20 Qs

quiz-placeholder

Similar activities

Code-A-Vita

Code-A-Vita

University

20 Qs

Programming Concepts in C

Programming Concepts in C

University

20 Qs

C PROGRAMMING

C PROGRAMMING

University

25 Qs

TES Pemahaman Materi

TES Pemahaman Materi

University

20 Qs

CSE C Section

CSE C Section

University

20 Qs

C Language Loop and Array Quiz

C Language Loop and Array Quiz

University

22 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

byte fusion

byte fusion

Assessment

Quiz

Computers

University

Medium

Created by

Abhilashpoojar Abhilashpoojar

Used 1+ times

FREE Resource

AI

Enhance your content

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

What is a correct syntax to output "Hello World" in C?

Printf("Hello World"):

printf("Hello

World");

cout << "Hello World";

PrintF('hello world");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in C code?

// This is a comment

/// This is a comment

# This is a comment

*/ This is a comment/*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a array in C?

Int{50}

Int [50];

Int [j]

Int a[12];

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a structure?

Str

struct

Structure

Structs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is ptr in the following code known as? int* ptr = &myAge;

A parameter

A Class

A Pointer

A array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to stop a loop?

Exit

Stop

Break

Void

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement can be used to select one of many code blocks to be executed?

Switch

When

Break

Default

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?