
SJIT ECE 2024 BATCH EMBEDUR ROUND-1 PRACTICE TEST

Quiz
•
Education
•
Professional Development
•
Hard
DINESH ADIKESAVAN
Used 1+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is not a valid keyword in C language?
for
while
do-while
switch
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A C-style comment, simply surround the text with ___.
/* and */
// and //
//
/** and **/
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many byte(s) does a char type take in C?
1
2
3
4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is correct with respect to the size of the data types in C?
char > int > float
char < int < float
int < char < float
int < chat > float
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main()
{
int x = 20;
x %= 3;
printf("%d",x);
return 0;
}
2
2.5
ERROR
WARNING
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main()
{
float x = 21.0;
x %= 3.0;
printf("%f",x);
return 0;
}
7
7.0
7.000000
ERROR
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main()
{
int a=0;
a=5||2|1;
printf("%d",a);
return 0;
}
1
7
0
8
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
UTS PKN KELAS VII

Quiz
•
Professional Development
30 questions
2K23

Quiz
•
Professional Development
37 questions
Metodologies en Educació infantil.

Quiz
•
Professional Development
40 questions
TOEFL Structure (Post test)

Quiz
•
9th Grade - Professio...
32 questions
Engines3 o7

Quiz
•
Professional Development
30 questions
Indian Judiciary 8A

Quiz
•
KG - Professional Dev...
40 questions
CPD222 mid 2/64

Quiz
•
Professional Development
38 questions
Astro known

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade