
invicta

Quiz
•
Education
•
University
•
Hard
sowmya lakskmi
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Round 2

Quiz
•
University
10 questions
(Backup) DSA and Code Snippets

Quiz
•
University
11 questions
America's flag average quiz

Quiz
•
KG - Professional Dev...
20 questions
Python Assignment 1

Quiz
•
University
20 questions
Uces- Simulacro Parcial 1

Quiz
•
University
20 questions
Ujian Semester Pemprograman Dasar

Quiz
•
University
10 questions
Pop Quiz #2 Topic 2

Quiz
•
University
15 questions
Chương 2 - Biểu thức và thao tác cơ bản

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 Education
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