Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
196 views
in Information Technology by (114k points)
closed by
Which of the following is not the correct phrase to describe C programming language?
1. Case insensitive
2. Procedural
3. Middle level
4. Modular

1 Answer

0 votes
by (113k points)
selected by
 
Best answer
Correct Answer - Option 1 : Case insensitive

The correct answer is “option 1”.

EXPLANATION:

Option 1: INCORRECT

C language is case-sensitive.

That means variables having names “abc”  and “Abc” are different variables.

Option 2: CORRECT

Since C follows some procedures of steps written in it that are called functions.

Also, it follows a top-down approach that means it gives importance to the flow of the program rather than on data on which functions operate.

Hence, C is a procedural language.

Option 3: CORRECT

Since C has features of assembly language or low-level language as well as high-level language.

Therefore, C is also known as middle-level language.

Option 4: CORRECT

While solving large and complex problems, the C programming language divides the problem into smaller modules called functions.

Each of these modules or functions has its specific job.

Hence, C is a modular programming language.

Hence, the correct answer is "option 1".

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...