Debugging
Quiz
•
Fun, Computers
•
10th Grade
•
Hard
JOHN CSE
Used 78+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Memory allocation using malloc() is done in?
static area
Heap area
Stack area
Disc
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the use of void pointer?
Pointer will not return any value.
Address of any variable of any data type can be assigned.
Address of void method can be stored.
Address of another pointer can be stored.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the program given below?
#include<stdio.h>
int main()
{
printf(“%.0f”,5.89);
return 0;
}
0
5
6
5.89
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many times the loop will be executed?
#include <stdio.h>
Int main()
{ Int x,y;
for(x=5;x>=1;x--)
{
for(y=1;y<=x;y++)
{
printf(“%d\n”,y);
}
}
return 0;
}
15
11
10
13
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output/error?
int main()
{
int i =5;
char c = ‘c’;
int sum = i+c;
printf(“%d”,sum);
return 0;
}
104
103
Error
-121
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following program?
main()
{
static int var = 5;
printf(“%d”,var--);
if(var)
main();
}
12345
012345
543210
54321
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Find the output of the below Program?
main()
{
int i = 65;
printf(“sizeof(i)=%d”,sizeof(i));
}
sizeof(i)=1
sizeof(0)=1
sizeof(1)=1
sizeof(i)=2
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
16 questions
Online Search Skills
Quiz
•
7th - 12th Grade
20 questions
Operator Aritmetika dan Perbandingan
Quiz
•
10th Grade
20 questions
Processing- The CPU Quiz
Quiz
•
10th Grade - University
15 questions
Indonesia
Quiz
•
1st - 10th Grade
21 questions
Geometry Dash 2.1
Quiz
•
KG - Professional Dev...
20 questions
Skill Competition Quiz 2024
Quiz
•
10th Grade - University
20 questions
ECE fun
Quiz
•
KG - 12th Grade
15 questions
Mario RPG Central M&L Quiz
Quiz
•
KG - University
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Fun
15 questions
Halloween Characters
Quiz
•
7th - 12th Grade
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
14 questions
Halloween Fun
Quiz
•
2nd - 12th Grade
13 questions
Halloween Movie Trivia
Quiz
•
9th - 12th Grade
25 questions
Halloween Trivia
Quiz
•
9th - 12th Grade
10 questions
Halloween Trivia
Quiz
•
4th - 12th Grade
12 questions
Halloween
Quiz
•
3rd Grade - University
10 questions
Fun Friday: Scary Movie Trivia
Quiz
•
9th - 12th Grade
