Which of the following is not a valid C variable name?

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
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 Quizizz
10 questions
Alpro 2 Mg 1 - Understanding C++ Basics

Quiz
•
University
10 questions
Mapil

Quiz
•
University
10 questions
Pseudocodigo y PSeInt

Quiz
•
University
8 questions
Quiz SEEL 2024 (10/09)

Quiz
•
University
15 questions
TECH WHIZ

Quiz
•
University
15 questions
Module01_C_M_M&A

Quiz
•
University
15 questions
Variables y constantes

Quiz
•
University
15 questions
Codigo

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