What is the size of int in most modern C compilers on 32-bit systems?

dATATYPES-PART 2

Quiz
•
Professional Development
•
Professional Development
•
Hard
Niranjani Vijayan
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4 bytes
2 bytes
8 bytes
Compiler dependent
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data type in C is used to store a single character?
char
int
float
double
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a valid C data type?
short
long long
byte
long double
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum value that can be stored in an unsigned int on a system where int is 4 bytes?
2^32 - 1
2^31 - 1
2^32
2^31
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the keyword used to declare a floating-point number in C?
int
char
float
double
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?#include <stdio.h>
int main() {
int x = 10;
float y = 5.2;
printf("%d %f", x, y);
return 0;
}
10 5.2
10.0 5.2
10 5.200000
Compiler Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main() {
char ch = 'A';
printf("%c", ch + 1);
return 0;
}
A
B
66
65
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main() {
float x = 3.5;
printf("%d", x);
return 0;
}
3
3.5
Compiler Error
Undefined behavior
Similar Resources on Quizizz
10 questions
Day6_Quiz_NBKR

Quiz
•
Professional Development
5 questions
Java_2

Quiz
•
Professional Development
13 questions
MPMC UNIT TEST - I

Quiz
•
Professional Development
10 questions
Quiz for Module2

Quiz
•
Professional Development
10 questions
Day12_Quiz_NBKR

Quiz
•
Professional Development
8 questions
Финальная викторина Python

Quiz
•
Professional Development
10 questions
Day16_Quiz_NBKR

Quiz
•
Professional Development
10 questions
Computer Networs Lab - Viva

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade