What will be printed?
printf("%10.1f", 4.6785);
Printf Scanf Quiz
Quiz
•
Computers
•
Professional Development
•
Hard
Zohaib Hasan
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be printed?
printf("%10.1f", 4.6785);
4.7 after 7 spaces
4.6 after 8 spaces
4.6785 after 7 spaces
4.6785 after 10 spaces
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be printed?
printf("%10d", 45);
45 after 10 spaces
45 after 8 spaces
45 with no spaces before
45 after 7 spaces
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be printed?
printf("%0*d %0*d", 5,6,5,8);
00005 00008
5 8
5 6 5 8
Compilation Error
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be printed?
printf("%d %d", '0', '1');
0 1
48 49
'0' '1'
Compilation Error
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be printed if input is 4 456?
int a,b;
scanf("%d %2d", &a, &b);
printf("%d %d", a , b);
4 456
4 45
4 4
4 6
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed? (underscore in option shows spaces)
printf("%-7ddvr%5d",264,32);
264____dvr___32
264__dvr_32
264_______dvr_____32
264_______32
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output if the value of 'a' is entered 0x23?
int a;
scanf("%i", &a);
printf("%x", a);
0x23
23
0
Compilation Error
7 questions
A44 OOP Exception Handling
Quiz
•
Professional Development
10 questions
c program -basic
Quiz
•
Professional Development
10 questions
C Programming
Quiz
•
Professional Development
15 questions
C Module 1 Quiz
Quiz
•
Professional Development
10 questions
Demo C programming
Quiz
•
Professional Development
15 questions
C Language Quiz-1
Quiz
•
University - Professi...
10 questions
Day 4 C Programming Quiz
Quiz
•
Professional Development
10 questions
C Programming
Quiz
•
Professional Development
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
12 questions
Multiplying Fractions
Quiz
•
6th Grade
30 questions
Biology Regents Review #1
Quiz
•
9th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function
Quiz
•
9th - 12th Grade