Who is the father of C language?
C Progamming - 1

Quiz
•
Computers
•
University
•
Easy
Amit Khomane
Used 3+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
Answer explanation
Dennis Ritchie is the father of C Programming Language. C programming language was developed in 1972 at American Telephone & Telegraph Bell Laboratories of USA.
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Which of the following is not a valid C variable name?
int number;
float rate;
int variable_count;
int $main;
Answer explanation
Since only underscore and no other special character is allowed in a variable name, it results in an error.
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
All keywords in C are in ____________
LowerCase letters
UpperCase letters
CamelCase letters
None of the mentioned
4.
MULTIPLE CHOICE QUESTION
1 min • 10 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
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Which is valid C expression?
int my_num = 100,000;
int my_num = 100000;
int my num = 1000;
int $my_num = 10000;
Answer explanation
Space, comma and $ cannot be used in a variable name.
Similar Resources on Quizizz
10 questions
Arreglos en PSeInt

Quiz
•
University
10 questions
T_4.2 Identifier, Data Types, Operators & Expressions

Quiz
•
12th Grade - University
10 questions
Variables and Constants

Quiz
•
11th Grade - University
10 questions
Introduction to Computing

Quiz
•
University
10 questions
Expression in C Programming

Quiz
•
University
10 questions
ECE-C Quiz _3

Quiz
•
University
10 questions
C Programming Basics - 002

Quiz
•
University
10 questions
Quiz1

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