Advertisement
Advertisement
C Quizzes, Questions & Answers
Recent C Quizzes
Questions: 5 | Attempts: 284 | Last updated: Mar 17, 2025
-
Sample QuestionWhich type of language is C?
Questions: 6 | Attempts: 509 | Last updated: Mar 20, 2025
-
Sample QuestionThe characters in C are grouped into ____ categories.
Questions: 11 | Attempts: 1624 | Last updated: Feb 20, 2025
-
Sample QuestionA category can be used to add new instance variables to a class.
Questions: 16 | Attempts: 1687 | Last updated: Oct 22, 2025
-
Sample QuestionGiven: import java.util.*;class Test { public static void main(String[] args) { // insert code here x.add("one"); x.add("two"); x.add("TWO"); System.out.printIn(x.poll()); }}
Questions: 11 | Attempts: 1452 | Last updated: Feb 20, 2025
-
Sample QuestionThe body of a while loop may never get executed.
Questions: 5 | Attempts: 1970 | Last updated: Mar 21, 2025
-
Sample QuestionC language developed on pdp11 computer in bell laboratory?
Questions: 20 | Attempts: 12996 | Last updated: Jan 13, 2025
-
Sample QuestionA placeholder begins with the symbol _____.
Questions: 40 | Attempts: 1703 | Last updated: Aug 19, 2025
-
Sample QuestionWhat type of errors are checked during compilation
Questions: 15 | Attempts: 1713 | Last updated: Mar 22, 2025
-
Sample QuestionWhen used in robotics, what does PID stand for?
Questions: 25 | Attempts: 350 | Last updated: Feb 20, 2025
-
Sample QuestionNumber 1 is a legal name for variables in C language.
Advertisement