Advertisement
Advertisement
9th Grade C Quizzes, Questions & Answers
Recent C Quizzes
Questions: 10 | Attempts: 414 | Last updated: Feb 17, 2025
-
Sample QuestionTo declare a header file you use #include headerfile.h
Questions: 20 | Attempts: 197 | Last updated: Feb 17, 2025
-
Sample Question1.What will be output if you will execute following c code? #include intmain(){ inti; for(i=0;i<5;i++){ inti=10; printf(" %d",i); i++; } return0; }
Questions: 10 | Attempts: 13350 | Last updated: Mar 22, 2025
-
Sample QuestionC language has been developed by ?
Questions: 5 | Attempts: 286 | Last updated: Mar 17, 2025
-
Sample QuestionWhich type of language is C?
Questions: 6 | Attempts: 518 | Last updated: Mar 20, 2025
-
Sample QuestionThe characters in C are grouped into ____ categories.
Questions: 16 | Attempts: 1688 | 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: 1977 | Last updated: Mar 21, 2025
-
Sample QuestionC language developed on pdp11 computer in bell laboratory?
Questions: 20 | Attempts: 13010 | Last updated: Jan 13, 2025
-
Sample QuestionA placeholder begins with the symbol _____.
Questions: 40 | Attempts: 1710 | Last updated: Aug 19, 2025
-
Sample QuestionWhat type of errors are checked during compilation
Advertisement