Advertisement
Advertisement
Advertisement

12th Grade C Quizzes, Questions & Answers

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: 1595   |  Last updated: Mar 21, 2025
  • Sample Question 1
    Point 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; }
    Radio Button
    Radio Button
    Radio Button
    Radio Button
  • Sample Question 2
    Which of the following is the correct usage of conditional operators used in C?
    Radio Button
    Radio Button
    Radio Button
    Radio Button
  • Sample Question 3
     If a function contains two return statements successively, the compiler will generate warnings. Yes/No?
    Radio Button
    Radio Button

Popular C Quizzes



Questions: 10  |  Attempts: 13315   |  Last updated: Mar 22, 2025
  • Sample Question
    C language has been developed by ?
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 10  |  Attempts: 11074   |  Last updated: Apr 21, 2025
  • Sample Question
    void main() { int const * p=5; printf("%d",++(*p)); }
    Radio Button
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 10  |  Attempts: 4207   |  Last updated: Jun 17, 2025
  • Sample Question
    C language has been developed by?
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 16  |  Attempts: 3060   |  Last updated: Mar 21, 2025
  • Sample Question
    1. create table { empno numeric (4) constraint emp_prim primary keyEmpname varchar2 (20) constraint emp_const check(empname = upper(empname))}
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 15  |  Attempts: 2419   |  Last updated: May 21, 2025
  • Sample Question
    Are the expression *ptr++ and ++*ptr are same?
    Radio Button
    Radio Button


Questions: 10  |  Attempts: 2053   |  Last updated: Sep 1, 2025
  • Sample Question
    Print 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); }
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Recent C Quizzes

Advertisement