
c basic

Quiz
•
Computers
•
University
•
Hard
Manoj R
Used 37+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int i = 1, 2, 3;
printf("%d", i);
return 0;
}
1
3
Garbage value
Compile time error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int main = 3;
printf("%d", main);
return 0;
}
3
Compile time error
Run time error
give garbage value
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this program? if input a is 1 and b is 2
int main()
{
int a, b;
printf("%d", scanf("%d %d",&a,&b));
return 0;
}
1
2
runtime error
compile time error
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
int main()
{
int i;
i = printf("letsfindcourse");
i = printf("%d ", i);
printf("%d ", i);
return 0;
}
letsfindcourse14 3
14
letsfindcourse14 30
letsfindcourse14 2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int var = 20;
int main()
{
int var = var;
printf("%d ", var);
return 0;
}
Garbage Value
20
Compiler Error
None of these
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int i = 10, j = 2;
printf("%d\n", printf("%d %d ", i, j));
}
Compile time error
10 2 4
10 2 2
10 2 5
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
10 questions
Briefing Operator Java

Quiz
•
University
10 questions
Programación II Parte 1

Quiz
•
University
15 questions
Common errors in C programming

Quiz
•
University
11 questions
C Language

Quiz
•
10th Grade - University
10 questions
Day 7 Assessment -2

Quiz
•
University
8 questions
Quiz - 1

Quiz
•
University
12 questions
Android App Development

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University