C Code Master lvl 2 A

Quiz
•
Computers
•
Professional Development
•
Hard
Amartya Vishwakarma
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The keyword ‘break’ cannot be simply used within
if-esle
do-while
for
while
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The format identifier ‘%i’ is also used for _____ data type.
int
float
char
double
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code:
#include<stdio.h>
void main()
{
int a=10,b=80,c=45;
printf("%d",a<b>c);
}
0
1
10
error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following
printf("%d",34+24/12%3*5/2-4);
35
-2
34
38
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The statement int a[5][5] = {{1}};
sets all elements to 1
sets only a[0][0] to 1
fails on compilation
sets a[0][0] to 1 and the remaining elements to zeroes
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of C program.?
int main()
{
float marks[3] = {90.5, 92.5, 96.5};
int a=0;
while(a<3)
{
printf("%.2f,", marks[a]); a++;
}
}
Compiler error
90.5 92.5 96.5
0.00 0.00 0.00
90.50 92.50 96.50
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code.
int a=33 , b ;
b=(a++)-(--a);
printf("%d",b);
33
66
Garbage value
0
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Flutter Q_0

Quiz
•
Professional Development
12 questions
Programacion Orientada a Objetos - Java

Quiz
•
Professional Development
10 questions
Jetpack Compose

Quiz
•
Professional Development
15 questions
Scope of Variables in Python

Quiz
•
1st Grade - Professio...
10 questions
C Programming

Quiz
•
Professional Development
10 questions
C Programming

Quiz
•
Professional Development
10 questions
Python-Quiz-Basic-Datatypes

Quiz
•
12th Grade - Professi...
15 questions
C Language Quiz-1

Quiz
•
University - Professi...
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 Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development