Question
a.
System programming language
b.
General purpose language
c.
Data processing language
d.
None of the above
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. C was primarily developed as
Similar Questions
Discover Related MCQs
Q. Standard ANSI C recognizes ______ number of keywords?
View solution
Q. Which one of the following is not a reserved keyword for C?
View solution
Q. A C variable cannot start with
View solution
Q. Which one of the following is not a valid identifier?
View solution
Q. If integer needs two bytes of storage, then maximum value of an unsigned integer is
View solution
Q. What is the correct value to return to the operating system upon the successful completion of a program?
View solution
Q. Which is the only function all C programs must contain?
View solution
Q. Which of the following is not a correct variable type?
View solution
Q. Which of following is not a valid name for a C variable?
View solution
Q. If ASCII value of 'x' is 120, then what is the value of the H, if
H = ('x' – 'w' ) / 3;
View solution
Q. What is the difference between a declaration and a definition of a variable?
View solution
Q. "My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.
View solution
Q. Nesting of if-else statements is allowed in C Programming.
View solution
Q. A char variable storing either an ASCII character or a Unicode character is allowed inside switch case.
View solution
Q. We cannot use String in the Switch case as label !
View solution
Q. Which of the following cannot be checked in a switch case statement ?
View solution
Q. Continue statement is allowed inside the switch case statement ?
View solution
Q. Which of the statement we need to write , in order to check any condition.
View solution
Q. Which of the following is not an example of looping statement ?
View solution
Q. For loop is _________.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!