Advertisement
Advertisement
Advertisement

C Programming Quizzes, Questions & Answers

"Hello World!"... For programmers this is quite possibly their very first program. Are you a hardcore programmer? What did your first program execute? We have an "array" of quizzes about old school programming; that's C programming. How well versed are you with one of the most widely used programming languages of all time? Can you deal with some basic syntax and semantics? How about trying to guess what the output of a short C program will be?

Do you have any background on memory management? Before all those object oriented programs, there was the C programming language. It's back to basics when you take on our quizzes. What are you waiting for? Go and "printf" your answers now! We'll can "scanf" them and see how much you really know about the C programming language!

Top Trending Quizzes


C++ is one of the common programming languages that most programmers are expected to have a good understanding of. Here is a C Plus Plus Programming Quiz For Beginners. Try this quiz and see if you can answer all the...

Questions: 38  |  Attempts: 13010   |  Last updated: Feb 7, 2024
  • Sample Question
    The notation of logical NOT operator in a C++ program is
    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: 2644   |  Last updated: Mar 21, 2023
  • Sample Question
    C language has been developed by?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

This quiz is the C Programming Hardest  Test that programming students should try and tackle before they sit for their certification exams. Do you feel like you have what it takes to tackle it based on what you have learned...

Questions: 37  |  Attempts: 1539   |  Last updated: Feb 21, 2024
  • Sample Question
    What statement can print \n on screen?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

.

Questions: 50  |  Attempts: 1172   |  Last updated: Mar 21, 2023
  • Sample Question
    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

C is an amazing language that is easy to grasp at the same time. Take this C Loops: For, While, Do While Quiz! Test yourself today with the help of these carefully designed questions and find out just how much you know...

Questions: 14  |  Attempts: 6697   |  Last updated: Feb 19, 2024
  • 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

Recent Quizzes

Advertisement

Popular Quizzes


Online MCQ Quiz on C/C++ Programming - Set 1 No. of Questions:- 10 Time:- 10 Minutes Full Mark:- 100 Pass Mark:- 70 This Quiz is for those user who wants to test their knowledge/skill in C/C++ Programming Language. for...

Questions: 10  |  Attempts: 15496   |  Last updated: Feb 17, 2023
  • Sample Question
    C++ was originally 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: 12416   |  Last updated: Apr 20, 2023
  • Sample Question
    A placeholder begins with the symbol _____.
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Online MCQ Quiz on C/C++ Programming - Set 3 No. of Questions:- 10 Time:- 10 Minutes Full Mark:- 100 Pass Mark:- 70 This Quiz is for those user who wants to test their knowledge/skill in C/C++ Programming...

Questions: 10  |  Attempts: 7444   |  Last updated: Mar 21, 2023
  • Sample Question
    “C” was primarily developed as a
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Online MCQ Quiz on C/C++ Programming - Set 4 No. of Questions:- 10 Time:- 10 Minutes Full Mark:- 100 Pass Mark:- 70 This Quiz is for those user who wants to test their knowledge/skill in C/C++ Programming Language. for...

Questions: 10  |  Attempts: 5980   |  Last updated: Feb 17, 2023
  • Sample Question
    Which of the following function that must contain in all C++ programs?
    Radio Button
    Radio Button
    Radio Button
    Radio Button