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

C Language

Quiz
•
Computers
•
University
•
Hard

Vijaya Lakshmi Masabathula
Used 2+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
myVar
2var
_myVar
var_2
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
int x = 5;
printf("%d", x++);
printf("%d", ++x);
56
65
67
76
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to terminate the loop in C?
end
finish
break
terminate
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
int a = 5;
int b = 2;
printf("%d", a / b);
2.5
2
2.0
3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which header file should be included to use functions like printf() and scanf() in C?
stdio.h
math.h
stdlib.h
conio.h
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the expression sizeof(int) in C on a typical 32-bit system?
2
4
8
Depends on the compiler
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which symbol is used to denote a single-line comment in C?
//
/* */
--
%%
Create a free account and access millions of resources
Similar Resources on Quizizz
45 questions
TECHNICAL QUIZ

Quiz
•
University
50 questions
Java Programming Quiz 2-6

Quiz
•
University
52 questions
c

Quiz
•
University
54 questions
Unit 2 Final Quizz

Quiz
•
University
50 questions
ພາສາຊີ

Quiz
•
University
49 questions
Test 1

Quiz
•
University
50 questions
Kiến thức về xử lý mảng 1 chiều trong C++

Quiz
•
University
50 questions
Brain Blitz Round 1

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