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
TECHFEST QUALIFYING ROUND

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

Quiz
•
University
15 questions
C programming

Quiz
•
University
12 questions
C Basics

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
12 questions
Operators in C

Quiz
•
University
20 questions
Pointers

Quiz
•
University
16 questions
PSC ALM QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade