
C_Quiz2

Quiz
•
Computers
•
University
•
Medium
MARY T
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the output:
#include <stdio.h>
int x=2;
int main()
{
if (x=2)
printf("hi");
else
printf("how are u");
}
hi
how are u
hi
how are u
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the output:
#include <stdio.h>
int x=2;
int main()
{
if (x=2)
printf("hi");
else
printf("how are u");
printf("ECE");
}
hiECE
how are u
hi
hi
ECE
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the output:
#include <stdio.h>
int x=2;
int main()
{
if (x=2)
printf("hi");
else
{
printf("how are u");
printf("ECE");
}
}
hiECE
how are u
hi
hi
ECE
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 5;
if (x >5)
printf("hello");
if (x == 5)
printf("hi");
else
printf("no");
}
hiECE
how are u
hi
hi
ECE
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 5;
if (x >1)
printf("hello");
if (x == 5)
printf("hi");
else
printf("no");
}
hiECE
how are u
hellohi
hi
ECE
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
if(TRUE)
{
printf("India\n");
}
if(true)
{
printf("Honey\n");
}
printf("ZING");
return 0;
}
hiECE
how are u
Error
hi
ECE
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int x;
int main()
{
if (x)
printf("hi");
else
printf("how are u");
}
hiECE
how are u
Error
hi
ECE
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Android App Development

Quiz
•
University
10 questions
Day 7 Assessment -2

Quiz
•
University
10 questions
Programación II Parte 1

Quiz
•
University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
6 questions
PPS MCQ on 22.11.2024

Quiz
•
10th Grade - University
11 questions
C Language

Quiz
•
10th Grade - University
15 questions
Common errors in C programming

Quiz
•
University
8 questions
Quiz - 1

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