DATATYPES

DATATYPES

University

10 Qs

quiz-placeholder

Similar activities

Variables in Scratch

Variables in Scratch

2nd Grade - University

11 Qs

TLE2 M4 Understanding Storage Devices & Capacities

TLE2 M4 Understanding Storage Devices & Capacities

University

15 Qs

Java Unit 1

Java Unit 1

University

10 Qs

Information Coding Scheme

Information Coding Scheme

1st Grade - University

10 Qs

Information and communication technology

Information and communication technology

University

10 Qs

Programming in C Test-1

Programming in C Test-1

University

10 Qs

Procesamiento de Datos

Procesamiento de Datos

University

7 Qs

Rapid Round 2

Rapid Round 2

University

10 Qs

DATATYPES

DATATYPES

Assessment

Quiz

Computers

University

Hard

Created by

AV College students

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Array is ______ datatype in C Programming language.

Derived Data type

Primitive Data type

Custom Data type

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 2.How many keywords are there in C Language ?

30

22

32

36

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.What is the output of this program?

#include <stdio.h>
int main() {
  int x = 10;
  float x = 10.0;
  printf("%d",x);
  return 0;
}

10.1

Compilations Error

10

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.Find a correct C Keyword below.

breaker

default

shorter

go to

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which of the following is not a basic data type in C language?

float

int

real

char

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.The program written by the programmer in high level language is called _____________

Object Program

Source Program

Assembled Program

Compiled Program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.What is the default size of short ?

1 byte

2 bytes

4 bytes

8 bytes

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?