DATATYPES

DATATYPES

University

10 Qs

quiz-placeholder

Similar activities

Information Technology

Information Technology

University

9 Qs

Reprezentace čísel v paměti – datové typy, alokace, endianita

Reprezentace čísel v paměti – datové typy, alokace, endianita

12th Grade - University

13 Qs

EC8393_FDS_MODEL EXAM_3_PART B

EC8393_FDS_MODEL EXAM_3_PART B

University

15 Qs

C programming-1

C programming-1

University

13 Qs

Test in C Language

Test in C Language

University

10 Qs

C Quiz2

C Quiz2

University

12 Qs

OOP

OOP

University

13 Qs

OOPJ- Data Types-Java

OOPJ- Data Types-Java

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?