Blind Coding Round 1
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Hard
Divakar Bangaru
Used 1+ times
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
C programming : Match the following:
a. calloc( ) ------- i. Frees previouslyallocated space.
b. free( ) ----------- ii. Modifiespreviouslyallocated space.
c. malloc( ) ------- iii. Allocates spacefor array.
d. realloc( ) ------- iv. Allocatesrequested size ofspace.
a-iii, b-i, c –iv, d -ii
a-iii, b-ii, c –i, d -iv
a-iii, b-iv, c –i, d -ii
a-iv, b-ii, c –iii, d -i
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C programming:The given expression P– = Q+1 is same as
P = P – Q – 1
P = P – Q + 1
P = –P + Q + 1
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trace the output.
int main()
{
char *str="careerride";
printf("%d",printf("%s",str));
return 0;
}
10careerride
careerride
careerride10
Compile time error.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trace the output.
void main()
{
int x=-5,y,num=5;
y=x%-4;
y=(y?0:num*num);
printf("%d",y);
}
25
0
-25
None of the above.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C programming : Trace the output
While(“%d” , printf(“abc”))
{
Printf(“de”);
}
abdededede…………………
Compile error.
abcdeabcdeabcde……………
None of the above.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following allows the programmer to destroy an object x? (Java)
x.delete()
x.finalize()
Runtime.getRuntime().gc()
Only the garbage collection system can destroy an object.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Java Virtual Machine is platform independent?
True
False
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
25 questions
A+ - 1B - Install and Configure Motherboards
Quiz
•
Professional Development
25 questions
DevOps | Change Management | Incident Management Interview Quiz
Quiz
•
Professional Development
25 questions
HRIS Slides 1
Quiz
•
Professional Development
26 questions
Sec+ - 10A - Implement Endpoint Security
Quiz
•
Professional Development
25 questions
IT support level-1 (MCQ-1)
Quiz
•
Professional Development
25 questions
เขียนโปรแกรมเชิงวัตถุ
Quiz
•
Professional Development
25 questions
SEO Specialist Quiz
Quiz
•
Professional Development
25 questions
Хакатон 3 курс (9-12)
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
