C language was developed by?
Quiz - 1

Quiz
•
Computers
•
University
•
Medium
Sai Kiran
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Charless babbage
Guindo Van Rossum
Dennis Ritchie
Tom Cruise
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Java was developed at
Sonic Solutions
Sun Microsystems
Tata Consultancy Services
Centrum Wiskunde & Informatica
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Python is a/an
Object Oriented Language
Interpreter
High-level
All of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main() {
int num = 5;
printf("%d", num++ * 2);
return
0;
}
11
10
10.000000
9
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Correct the syntax of for loop if it's wrong
For(I=0;I<6;;I++)
For(I=0:I<6;I++)
for(I=0;i<6;I++)
For(I=0;i<6;I++)
for(I=0;I<6;I++)
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What C library should be included for the dynamic memory allocation?
stdio.h
stdlib.h
conio.h
iostream.h
7.
FILL IN THE BLANK QUESTION
1 min • 3 pts
#include <stdio.h>
int main() {
int a = 5;
int b = 10;
int c = a++ + b--;
printf("%d", c);
retu
rn 0;
}
8.
FILL IN THE BLANK QUESTION
1 min • 3 pts
#include <stdio.h>
int main() {
int x = 5;
int y = 3;
int z = x % y;
printf("%d", z);
return 0;
}
Similar Resources on Quizizz
13 questions
C programming-1

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
10 questions
Array in C

Quiz
•
University
10 questions
ECE-C Quiz _3

Quiz
•
University
12 questions
Printf, scanf

Quiz
•
University
6 questions
sample qizz

Quiz
•
University
10 questions
FLASH

Quiz
•
University
10 questions
C - Pointers

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