
dATATYPES-PART 2
Quiz
•
Professional Development
•
Professional Development
•
Practice Problem
•
Hard
Niranjani Vijayan
Used 1+ times
FREE Resource
Enhance your content in a minute
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the size of int in most modern C compilers on 32-bit systems?
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 Wayground
7 questions
Schedule Final Quiz - Assignment
Quiz
•
Professional Development
13 questions
Quiz JC ( By Jojo 5 )
Quiz
•
Professional Development
10 questions
Modelos en Django
Quiz
•
Professional Development
10 questions
Day10_Quiz_NBKR
Quiz
•
Professional Development
10 questions
Quiz Lesson 3 - Topic C (Schedule)
Quiz
•
Professional Development
13 questions
First Bank Party Quiz
Quiz
•
Professional Development
10 questions
Project Management Master Class 3
Quiz
•
Professional Development
7 questions
Concrete Finishing Quiz
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
