Advertisement
Advertisement
Advertisement

C Quizzes, Questions & Answers

Top Trending C Quizzes


Online MCQ Quiz on C Programming Language No. of Questions:- 10 Time:- 10 Minutes Full Mark:- 100 Pass Mark:- 70 This Quiz if for those user who wants to test their command over the programming...

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

The 'Decode The Code by ISTE' quiz tests proficiency in C programming with questions on code outputs, memory management, and recursive functions. It assesses critical thinking and problem-solving skills in a technical context,...

Questions: 15  |  Attempts: 440   |  Last updated: Mar 22, 2025
  • Sample Question
    1. What will be the output of the following C code?     #include <stdio.h>     int main()     {         int a = 10, b = 10;         if (a = 5)         b--;         printf("%d, %d", a, b--);       }
    Radio Button
    Radio Button
    Radio Button
    Radio Button

What do you know about C programming? C Programming Language is a strong and all-purpose procedural programming language that supports structured programming. It was developed in 1972 by Bell Telephone Laboratories to create...

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

Play this amazing quiz that covers the questions related to introduction to C programming. whether you are a hardcore C programmer or just have started learning about it, playing this quiz will absolutely benefit you and...

Questions: 20  |  Attempts: 12986   |  Last updated: Jan 13, 2025
  • Sample Question
    A placeholder begins with the symbol _____.
    Radio Button
    Radio Button
    Radio Button
    Radio Button

A constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. This is contrasted with a variable, which is an identifier with a value that can be changed during...

Questions: 10  |  Attempts: 1689   |  Last updated: Jul 23, 2025
  • Sample Question
    Anything that can change or be changed in an experiment are called ______________.
    Radio Button
    Radio Button
    Radio Button

Popular C Quizzes



Questions: 10  |  Attempts: 11073   |  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: 14  |  Attempts: 7254   |  Last updated: Feb 19, 2025
  • Sample Question
    What is the output? for(int i=1; i<15; i=i+3)   {         out.print(i); }  
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 11  |  Attempts: 4873   |  Last updated: Mar 20, 2025
  • Sample Question
    My friend in his coding given as Move '001'   TO REC-KEY EXEC CICS READ NEXT ... RIDFLD(REC-KEY) Do you think it is possible to skip some records with this command? END-EXEC
    Radio Button
    Radio Button

Recent C Quizzes

Advertisement