
Module 1_Introduction to C Programming

Quiz
•
Engineering
•
University
•
Medium
Shruthi S
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a valid C variable name?
int number
float rate
int variable_count
int $main
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is #include <stdio.h>?
Preprocessor directive
Inclusion directive
File inclusion directive
None of the mentioned
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the sizeof(char) in a 32-bit C compiler?
1 bit
2 bits
1 Byte
2 Bytes
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
scanf() is a predefined function in______header file.
stdlib. h
ctype. h
stdio. h
stdarg. h
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int y = 10000;
int y = 34;
printf("Hello World! %d\n", y);
return 0;
}
Compile time error
Hello World! 34
Hello World! 1000
Hello World! followed by a junk value
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int x = 5 * 9 / 3 + 9;
}
3.75
Depends on compiler
24
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many keywords are there in C Language ?
30
22
32
36
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C Programming Day-12

Quiz
•
University
10 questions
Metodología de la Programación P1P2

Quiz
•
University
15 questions
TECH WHIZ

Quiz
•
University
12 questions
Quiz on Variables and Arithmetic Operations

Quiz
•
12th Grade - University
10 questions
Mastering Java Arithmetic Operators

Quiz
•
10th Grade - University
15 questions
Codigo

Quiz
•
University
10 questions
Pseudocodigo y PSeInt

Quiz
•
University
6 questions
Repaso corte1 2025

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade