Advertisement
Advertisement
12th Grade C Quizzes, Questions & Answers
Spark curiosity and test your child’s 12th grade C knowledge with our engaging quizzes! Read more
Perfect for practice at home or in the classroom—encourage learning through play and exploration.
Read less
Top Trending C Quizzes
Blind Coding C Programming Quiz tests knowledge of C syntax, control structures, and memory management. It evaluates understanding of ASCII values, conditional operators, function behavior, and array size calculation, enhancing...
Questions: 50 | Attempts: 1599 | Last updated: Mar 21, 2025
-
Sample Question 1Point out the correct statements are correct about the program below? #include int main() { char ch; while(x=0;x<=255;x++) printf("ASCII value of %d character %c\n", x, x); return 0; }
-
Sample Question 2Which of the following is the correct usage of conditional operators used in C?
Are you ready for this C Programming quiz? This quiz answers such questions as what the const feature can be applied to, the correct value to return to the operating system, what are not qualifiers in C, and the usual practice...
Questions: 10 | Attempts: 379 | Last updated: Oct 16, 2025
-
Sample Question 1What are not qualifiers in C?
-
Sample Question 2Which of the following is not the usual practice in declaring variables as volatile?
Popular C Quizzes
Questions: 10 | Attempts: 13350 | Last updated: Mar 22, 2025
-
Sample QuestionC language has been developed by ?
Questions: 10 | Attempts: 11081 | Last updated: Apr 21, 2025
-
Sample Questionvoid main() { int const * p=5; printf("%d",++(*p)); }
Questions: 10 | Attempts: 4233 | Last updated: Jun 17, 2025
-
Sample QuestionC language has been developed by?
Questions: 16 | Attempts: 3062 | Last updated: Mar 21, 2025
-
Sample Question1. create table { empno numeric (4) constraint emp_prim primary keyEmpname varchar2 (20) constraint emp_const check(empname = upper(empname))}
Questions: 15 | Attempts: 2439 | Last updated: May 21, 2025
-
Sample QuestionAre the expression *ptr++ and ++*ptr are same?
Questions: 10 | Attempts: 2055 | Last updated: Sep 1, 2025
-
Sample QuestionPrint the output of this program void main() { int a, b, c, abc = 0; a = b = c = 40; if (c) { int abc; abc = a*b+c; } printf ("c = %d, abc = %d ", c, abc); }
Recent C Quizzes
Questions: 10 | Attempts: 13350 | Last updated: Mar 22, 2025
-
Sample QuestionC language has been developed by ?
Questions: 10 | Attempts: 11081 | Last updated: Apr 21, 2025
-
Sample Questionvoid main() { int const * p=5; printf("%d",++(*p)); }
Questions: 10 | Attempts: 4233 | Last updated: Jun 17, 2025
-
Sample QuestionC language has been developed by?
Questions: 16 | Attempts: 3062 | Last updated: Mar 21, 2025
-
Sample Question1. create table { empno numeric (4) constraint emp_prim primary keyEmpname varchar2 (20) constraint emp_const check(empname = upper(empname))}
Questions: 15 | Attempts: 2439 | Last updated: May 21, 2025
-
Sample QuestionAre the expression *ptr++ and ++*ptr are same?
Questions: 10 | Attempts: 2055 | Last updated: Sep 1, 2025
-
Sample QuestionPrint the output of this program void main() { int a, b, c, abc = 0; a = b = c = 40; if (c) { int abc; abc = a*b+c; } printf ("c = %d, abc = %d ", c, abc); }
Advertisement