
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
Which of the following statement is false?
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 Wayground
20 questions
CPR_Quiz_Arrays and strings

Quiz
•
Professional Development
20 questions
CCE-III Programming in C Language

Quiz
•
University
15 questions
CODE ZENITH

Quiz
•
University
13 questions
C programming-1

Quiz
•
University
20 questions
Pointers

Quiz
•
University
15 questions
Coding club Summit Online Quiz

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

Quiz
•
University
15 questions
C programming

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University