
invicta
Authored by sowmya lakskmi
Education
University

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the problem in the following C declarations?
int func(int); double func(int); int func(float);
A function with same name cannot have different signatures
A function with same name cannot have different return types
A function with same name cannot have different number of parameters
All of the mentioned
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of thr following snippet?
void main()
{
for(int i=0;i<3;i++);
printf("AAC\n");
}
AAC
AAC
AAC
AAC
AAC
AAC
AAC
AAC
AAC
AAC
AAC
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this C code?
#include <stdio.h>
int main()
{
float f = 0.1;
if (f == 0.1)
printf("True");
else
printf("False");
}
true
false
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C language was developed by ?
Dennis Rechard
Bjarne Stroustrup
Dennis M. Ritchie
Anders Hejlsberg
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C language is a successor to which language?
B
Basic
Cobol
C++
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the datatype of the var in the below code snippet?
var = 10
print(type(var))
var = "Hello"
print(type(var))
int and str
str and str
int and int
str and int
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
a = [1, 2, 3]
a = tuple(a)
a[0] = 2
print(a)
[2,2,3]
(2,2,3)
(1,2,3)
Error
Access all questions and much more by creating a free account
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
10 questions
Industry
Quiz
•
University
10 questions
HOSPM 2100 QUIZ 1
Quiz
•
University
10 questions
Legal Foundations of Philippine Education
Quiz
•
University
12 questions
Math Methods
Quiz
•
University
10 questions
Past continuous or past simple
Quiz
•
10th Grade - University
12 questions
The Amish
Quiz
•
KG - University
18 questions
MCQs based on The Integration Ladder by Ronald Harden
Quiz
•
University
10 questions
Telling the Dream
Quiz
•
6th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade