
IEEE VEC SB

Quiz
•
Computers
•
University
•
Hard
Ruthvik Vr
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 1: What is the output of the following code?
c
#include <stdio.h>
int main() {
int x = 5;
int y = x++;
printf("%d", y);
return 0;
}
A) 5
B) 6
C) 7
D)8
Answer explanation
a
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 2: What will be the value of 'y' after this code is executed?
c
#include <stdio.h>
int main() {
int x = 3;
int y = x++ + ++x;
printf("%d", y);
return 0;
}
A) 6
B) 7
C) 8
D) 10
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 3: What is the output of the following code?
c
#include <stdio.h>
int main() {
int x = 5;
printf("%d", x++);
return 0;
}
A) 4
B) 5
C) 7
D) 9
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 4: What is the output of the following code?
c
#include <stdio.h>
int main() {
int x = 5;
printf("%d", ++x);
return 0;
}
A) 5
B)6
C) 7
D) 111
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 5: What is the size of the character array "str" in bytes in the following code?
c
#include <stdio.h>
int main() {
char str[] = "Hello, World!";
printf("%d", sizeof(str));
return 0;
}
A) 12
B) 14
C) 13
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 6: What is the value of 'x' after this code is executed?
c
#include <stdio.h>
int main() {
int x = 5;
x *= x + 1;
printf("%d", x);
return 0;
}
A) 25
B) 30
C) 35
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Question 7: What is the value of 'y' after this code is executed?
c
#include <stdio.h>
int main() {
int x = 10;
int y = x > 5 ? x++ : x--;
printf("%d", y);
return 0;
}
V
A) 10
B) 11
C) 9
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Intro PseInt

Quiz
•
University
25 questions
GNIDOC ROUND 1

Quiz
•
University
25 questions
C- Geniusia

Quiz
•
University
30 questions
C Language Quiz

Quiz
•
University
25 questions
C Programming Language Quiz

Quiz
•
University
30 questions
Repaso C Cs50

Quiz
•
University
25 questions
Тест на знание C#

Quiz
•
University
25 questions
Compro. Final 1/64 part1

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University