Second Round Quiz

Second Round Quiz

University

25 Qs

quiz-placeholder

Similar activities

Q5. Ethical Issues in information technology

Q5. Ethical Issues in information technology

University

20 Qs

Security Fundamental

Security Fundamental

University

20 Qs

ICDL M 1.2 - Desktop icone impostazioni

ICDL M 1.2 - Desktop icone impostazioni

12th Grade - University

20 Qs

Jenis dan Dampak Malware Informatika Kelas 9

Jenis dan Dampak Malware Informatika Kelas 9

9th Grade - University

20 Qs

Quiz tentang App Inventor

Quiz tentang App Inventor

11th Grade - University

21 Qs

Entity Relationship Modeling Quiz

Entity Relationship Modeling Quiz

University

20 Qs

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING

University

20 Qs

Q4. Conducting Ethical Research

Q4. Conducting Ethical Research

University

20 Qs

Second Round Quiz

Second Round Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Thrisha S

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which of the following is not a valid C Variable name?

Int number;

float rate;

int variable_count;

int $main;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid pointer declaration?

int ptr;

int *ptr;

int ptr*;

int* ptr;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. In C language, FILE is of which data type?

int

char

struct

array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which is a valid way to access array elements?

arr[i]

*(arr + i)

i[arr]

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which of the following is not Valid In C?

int a= 10, b=20;

int a(10);

int a={10};

int a = 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What will be the output?

  2. #include <stdio.h>

  3. int main() {

  4. printf("%d", sizeof('A'));

  5. return 0;

1

2

4

Depends on compiler

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What will be the output?

  2. int a = 5, b = 2;

  3. printf("%d", a/b*b) ;

2

4

5

6

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?