Advertisement
Advertisement
Advertisement

C Quizzes, Questions & Answers

Top Trending C Quizzes


C programming is one of the most popular programming languages, and over the week we got to cover much about C programming structure and pointers. Do you recall that a pointer is a variable which points to the address of another...

Questions: 15  |  Attempts: 891   |  Last updated: Feb 21, 2025
  • Sample Question
    If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

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: 13353   |  Last updated: Mar 22, 2025
  • Sample Question
    C language has been developed by ?
    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: 1727   |  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

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: 4235   |  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: 13010   |  Last updated: Jan 13, 2025
  • Sample Question
    A placeholder begins with the symbol _____.
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Popular C Quizzes



Questions: 10  |  Attempts: 11081   |  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: 7278   |  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: 4889   |  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