Code debugging - Round 1

Quiz
•
Computers
•
University
•
Hard
Hari haran
Used 5+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
1.What will be the output of the following C code?
int main()
{
int x = 10;
if (x = 5)
{
printf("True");
}
else
{
printf("False");
}
return 0;
}
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is true about the C programming language's malloc() function?
It automatically initializes the memory allocated to zero.
It allocates memory from the stack.
It returns a pointer to the first byte of the allocated memory.
It is a standard library function for dynamic memory allocation in C++ only.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main()
{
char str[] = "Hello";
str[0] = 'J';
printf("%s", str);
return 0;
}
Hello
Jello
Error
Undefined behavior
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which Python statement creates an empty set?
set()
[]
{}
empty()
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the following C code print?
int x = 5;
printf("%d %d %d", x++, ++x, x);
5 7 6
6 7 6
5 6 6
Undefined behavior
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In Python, what is the purpose of the lambda function?
To define an anonymous function in a single line.
To define a function with a fixed number of arguments.
To define a function with variable arguments.
To make a function that returns multiple values.
7.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the following Python methods is used to remove an item from a list?
list.delete()
list.pop()
list.remove()
list.clear()
Create a free account and access millions of resources
Similar Resources on Wayground
26 questions
String in C Programming

Quiz
•
University
26 questions
Python программалау тілі бойынша тест тапсырмалары

Quiz
•
University
28 questions
IPC144 - Week 3

Quiz
•
University
25 questions
Java Quiz

Quiz
•
University
25 questions
Python Module 1

Quiz
•
University
30 questions
Computer Programming 1 Review

Quiz
•
University
25 questions
Compro. Final1/64 part2

Quiz
•
University
30 questions
Mastering Python Basics

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