Aptitude Competition(FY)
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Shital Ugale
Used 1+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you declare an array of integers in C?
int array[10];
int arr[10];
int[10] arr;
array int arr[10];
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the return type of a function that does not return a value?
void
int
float
string
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you implement a `for` loop in C?
for(int i = 0; i < 10; i++) { print(i); }
for(int i = 0; i < 10; i++) { printf("%d\n", i); }
for(i = 0; i < 10; i++) printf('%d\n', i);
for(int i = 0; i < 10; i++) { printf(i); }
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What control structure would you use to execute a block of code multiple times?
Loop (for, while, do-while)
Exception handling (try-catch)
Function call
Conditional statement (if, switch)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct usage of conditional operators used in C?
>b ? c=30 : c=40;
a>b ? c=30;
max = (a>b) ? a:b
return (a>b)?(a:b)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To print out a and b given below, which of the following printf() statement will you use?
#include<stdio.h>
float a=3.14;
double b=3.14;
printf("%f %lf", a, b);
printf("%Lf %f", a, b);
printf("%Lf %Lf", a, b);
printf("%f %Lf", a, b);
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
All the trees in the park are flowering trees.
Some of the trees in the park are dogwoods.
All dogwoods in the park are flowering trees.
If the first two statements are true, the third statement is
true
false
uncertain
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
Already have an account?
Similar Resources on Wayground
20 questions
TEST FINAL - Configuración de Servicios Windows
Quiz
•
University
20 questions
Technical Quiz R1
Quiz
•
University
20 questions
Digital Animation-Migrate to New Technology
Quiz
•
University
20 questions
Infrastructure (Network)
Quiz
•
University
20 questions
C Quest 2.0
Quiz
•
University
20 questions
PHP First Internal Practical Viva
Quiz
•
University
20 questions
Social Issues and Professional Practices Midterm Exam
Quiz
•
University
Popular Resources on Wayground
10 questions
Forest Self-Management
Lesson
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
30 questions
Thanksgiving Trivia
Quiz
•
9th - 12th Grade
30 questions
Thanksgiving Trivia
Quiz
•
6th Grade
11 questions
Would You Rather - Thanksgiving
Lesson
•
KG - 12th Grade
48 questions
The Eagle Way
Quiz
•
6th Grade
10 questions
Identifying equations
Quiz
•
KG - University
10 questions
Thanksgiving
Lesson
•
5th - 7th Grade
Discover more resources for Computers
10 questions
Identifying equations
Quiz
•
KG - University
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
HS2C2 AB QUIZIZZ
Quiz
•
1st Grade - Professio...
14 questions
Homonyms Quiz
Quiz
•
KG - University
16 questions
Parts of a Parabola
Quiz
•
8th Grade - University
10 questions
A Brief History of Geologic Time
Interactive video
•
11th Grade - University
15 questions
Black Friday/Cyber Monday
Quiz
•
9th Grade - University
7 questions
Biomolecules (Updated)
Interactive video
•
11th Grade - University
