Advertisement
Advertisement
Advertisement

C Programming Quizzes & Trivia

"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


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: 11158   |  Last updated: Apr 20, 2022
  • Sample Question
    A placeholder begins with the symbol _____.
    Radio Button
    Radio Button
    Radio Button
    Radio Button

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: 10483   |  Last updated: May 29, 2022
  • Sample Question
    The notation of logical NOT operator in a C++ program is
    Radio Button
    Radio Button
    Radio Button
    Radio Button

In order to learn how to use and write functrions in C++ we must fist start by knowing some of the words.   This quiz provides you with a different way of learning the terms so that you can read the questions that you...

Questions: 20  |  Attempts: 3734   |  Last updated: Feb 17, 2023
  • Sample Question
    In the following declaration, what is the return type?int myMethod(int count, double value) {    return 4;}
    Radio Button
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Quiz over Arrays in C++

Questions: 29  |  Attempts: 3337   |  Last updated: Mar 21, 2022
  • Sample Question
    The locations of the various indexed variables in an array can be spread out all over the memory.
    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: 5741   |  Last updated: Apr 4, 2022
  • 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
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: 15190   |  Last updated: Feb 17, 2023
  • Sample Question
    C++ was originally developed by
    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: 7385   |  Last updated: Mar 21, 2022
  • Sample Question
    “C” was primarily developed as a
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Online MCQ Quiz on C/C++ Programming - Set 2 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: 6418   |  Last updated: Feb 20, 2023
  • Sample Question
    A constructor is called whenever
    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: 5952   |  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