Which of the following functions initializes the allocated memory to zero?
IT Quiz Round 3

Quiz
•
Computers
•
University
•
Hard
Neel (ÑËËĹ)
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
malloc()
calloc()
realloc()
free()
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you declare a pointer to a function that returns int and takes float as an argument?
int (*fptr)(float);
float (*fptr)(int);
int fptr(float);
float fptr(int);
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the size of s1 in the following structure on a 32-bit system? struct test { char c; int i; short s; }s1;
7
8
12
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following causes a dangling pointer?
Using malloc() without free()
Returning the address of a local variable from a function
Dereferencing a NULL pointer
Using calloc() instead of malloc()
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the best approach to prevent deadlocks in Java?
Using multiple synchronized blocks on different objects
Always acquiring locks in the same order
Using wait() without notify()
Using busy-wait loops with Thread.sleep()
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is NOT a feature of object-oriented programming in Java?
Abstraction
Encapsulation
Inheritance
Multithreading
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How can you create an immutable class in Java?
By making all methods final
By making the class final and ensuring that fields are final and have no setters
By marking the class as abstract
By marking the class as private
Create a free account and access millions of resources
Similar Resources on Quizizz
8 questions
Dinamikus tömbök

Quiz
•
University
15 questions
Python Basics

Quiz
•
KG - University
10 questions
Expression in C Programming

Quiz
•
University
10 questions
Array in C

Quiz
•
University
10 questions
C Programming Quiz-1

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
13 questions
C programming-1

Quiz
•
University
15 questions
BASIC C PROGRAMMING QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade