Which of the following statement is false?

UC_TM02_C Programming Basics

Quiz
•
Computers, Professional Development
•
University - Professional Development
•
Medium

Koushik Thutupalli
Used 47+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Name of the variable can have letters,digits and underscore
Upper case and Lower case letters are distinct in C
Variable name can begin with digit
Variable name cannot have C reserved words
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
To calculate the remainder which of the following option is used?
a mod b
a%b
a/b
a^b
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not a valid data type?
char
int
short
bigint
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output ?
int main()
{
int x=10,y=20,res;
res = (x < y) ? x : y;
printf("output %d " , res);
return 0;
}
compile error
10
20
run time error
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Char datatype will be allocate storage size of ?
2 byte
4 byte
8 byte
1 byte
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
which of the following is not a valid identifier?
1empno
emp_1_no
empno1
emp_no1
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the below is not a built in or primary datatype in C?
int
char
float
enum
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
CCE-III Programming in C Language

Quiz
•
University
20 questions
Operator in C

Quiz
•
University
20 questions
C Programming (Unit- 1) Quiz

Quiz
•
University
13 questions
C programming-1

Quiz
•
University
20 questions
Pointers

Quiz
•
University
15 questions
Milking Minds 2 17-01-24

Quiz
•
University
15 questions
C programming

Quiz
•
University
20 questions
CPR_Quiz_Arrays and strings

Quiz
•
Professional Development
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