%d format specifier does
c programming-Test 1

Quiz
•
Computers
•
Professional Development
•
Medium
sirmvit mca
Used 233+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
used to print an integer value.
used to print a string.
used to display a character value.
used to display a floating point value.
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
what is Global variable
A variable which is declared inside function
A variable which is declared outside function
The scope of a variable is available within a function in which they are declared.
Variables can be accessed only by those statements inside a function in which they are declared.
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Who is the father of C language?
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is not a valid C variable name?
int number;
float rate;
int variable_count;
int $main;
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is true for variable names in C?
They can contain alphanumeric characters as well as special characters
It is not an error to declare a variable to be one of the keywords(like goto, static)
Variable names cannot start with a digit
Variable can be of any length
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which is valid C expression?
int my_num = 100,000;
int my_num = 100000;
int my num = 1000;
int $my_num = 10000;
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following cannot be a variable name in C?
volatile
true
friend
export
Create a free account and access millions of resources
Similar Resources on Quizizz
13 questions
Игры на Python 1 модуль

Quiz
•
Professional Development
15 questions
Flutter Q_0

Quiz
•
Professional Development
10 questions
Python Jetcode

Quiz
•
Professional Development
10 questions
Python-Quiz-Basic-Datatypes

Quiz
•
12th Grade - Professi...
10 questions
Web Development Workshop

Quiz
•
University - Professi...
11 questions
print, input, type data, variable

Quiz
•
Professional Development
11 questions
Python1

Quiz
•
Professional Development
10 questions
C Programming

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