C Programming Quizzes & Trivia
Top Trending
Questions: 49 | Attempts: 6092 | Last updated: Jan 8, 2021
Questions: 20 | Attempts: 3906 | Last updated: Jul 20, 2020
Questions: 25 | Attempts: 1604 | Last updated: Jun 19, 2018
Questions: 40 | Attempts: 2977 | Last updated: Jul 20, 2020
Questions: 20 | Attempts: 1120 | Last updated: Jan 23, 2013
C++ is one of the common programming languages that most programmers are expected to have a good understanding on. As you continue your journey on this it is important to see if you already understand the basics and this...
Questions: 49 | Attempts: 6092 | Last updated: Jan 8, 2021
-
Sample QuestionThe notation of logical NOT operator in a C++ program is
This is a make-up exam for Quiz 1.
Questions: 20 | Attempts: 3906 | Last updated: Jul 20, 2020
-
Sample QuestionA placeholder begins with the symbol _____.
Practice final for C++.
Questions: 25 | Attempts: 1604 | Last updated: Jun 19, 2018
-
Sample QuestionDeclare an array to hold 10 integers.
C language is the first language that most programmers get introduced to programming. The quiz below is a sample test to show you the questions you would expect to get in your papers come exam time. Give it a try and all the...
Questions: 40 | Attempts: 2977 | Last updated: Jul 20, 2020
-
Sample QuestionIdentify the loop construct:
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: 1120 | Last updated: Jan 23, 2013
-
Sample QuestionIn the following declaration, what is the return type?int myMethod(int count, double value) { return 4;}
Advertisement
Advertisement

C Programming Questions & Answers
What is the output of the following program? int getFirstDigit(int value) {return value/10;}int getLastDigit(int value {return value % 10;} int main(int argc, char *argv[]) {int x; int first; int...
C++ is a common type of computer programming language. C++ is known as a general-purpose object oriented programming language. It was developed by Bjarne Stroustrup as an extension of the already established C language.
As an example of the language
What is the value of variable z when the following program segment ends? int z; for(z=0; z
The correct answer to this question is 50. This type of question would be found on a test dealing with computer programming, which is a process. This process involves the design and building of a computer program. The computer program that is bu
Is C really a hard programming language to learn?
The computer programming language C is not too difficult to learn and is in fact considered to be an “an extremely universal, portable and efficient language, and an excellent introduction to procedural programming.” Assuming you have no
What does Compilation error mean (in c programming language)?
More
A compiler error is an error that the C programming language (or any other programming language that uses a compiler program to generate an executable file) produces whenever its program detects an error during program compilation time. These types o
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...
Questions: 10 | Attempts: 8324 | Last updated: Mar 15, 2016
-
Sample QuestionC++ was originally developed by
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: 3800 | Last updated: Feb 27, 2013
-
Sample Question“C” was primarily developed as a
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...
Questions: 10 | Attempts: 3314 | Last updated: Feb 27, 2013
-
Sample QuestionA constructor is called whenever
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...
Questions: 10 | Attempts: 2908 | Last updated: May 28, 2013
-
Sample QuestionWhich of the following function that must contain in all C++ programs?
Questions: 14 | Attempts: 1508 | Last updated: Dec 14, 2020
-
Sample QuestionWhat is the output? for(int i=1; i<15; i=i+3) { out.print(i); }
Questions: 10 | Attempts: 1381 | Last updated: Jun 2, 2020
-
Sample Question#include<stdio.h> void main() { struct emp { char name[20]; int age; float sal; }; struct emp e={"Tiger"}; printf("\n %d %f",e.age,e.sal); }
C# is here Variable of reference type store the memory address of other variables in a Stack.
Questions: 65 | Attempts: 1351 | Last updated: Dec 26, 2012
-
Sample QuestionVariables of this data types store actual values.This value stored in a stack.
This is the second Quiz.
Questions: 11 | Attempts: 1005 | Last updated: Jul 30, 2011
-
Sample QuestionThe body of a while loop may never get executed.
Questions: 25 | Attempts: 945 | Last updated: Apr 13, 2016
-
Sample QuestionWhich of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
Objective-C Quiz: Categories and Protocols
Questions: 11 | Attempts: 912 | Last updated: Jan 15, 2013
-
Sample QuestionA category can be used to add new instance variables to a class.
Questions: 10 | Attempts: 888 | Last updated: Jun 3, 2020
-
Sample QuestionIn a file contains the line "I am a boy\r\n" then on reading this line into the array str using fgets(). What will str contain?
This test is to rate your fundamental C concepts
Questions: 40 | Attempts: 743 | Last updated: Jul 30, 2011
-
Sample QuestionThe process of removing a bug is known as
As you aim at getting the certification for computer operation there is need to be on your toes before the exam is due. Take up the quiz below and see what you need to polish up to get your practicing ticket. All the best and...
Questions: 71 | Attempts: 724 | Last updated: Jul 16, 2018
-
Sample QuestionThis feature prevents multiple threads from simultaneously modifying the state of the resource , by including various classes and data types.
Questions: 15 | Attempts: 537 | Last updated: Jan 29, 2013
-
Sample QuestionIf 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?
Questions: 40 | Attempts: 494 | Last updated: Dec 23, 2020
-
Sample QuestionThe Expression, A=30*1000+2768 evaluates to ________________.
This is a fundamental C test
Questions: 40 | Attempts: 452 | Last updated: Jan 9, 2013
-
Sample QuestionWhat type of errors are checked during compilation
This is a Turbo C Quizzes. This can be used as a CLSTI reviewer for the TESDA-Programming NC IV exam for Procedural Programming.
Questions: 3 | Attempts: 440 | Last updated: Jan 22, 2013
-
Sample QuestionGiven the source code below, please select the correct output of the program./* SOURCE CODES */#include void main(){clrscr();printf("Hello CLSTI!!!");getch();}
Questions: 10 | Attempts: 399 | Last updated: Dec 17, 2019
-
Sample QuestionWhat will be the output of the following program? #include<stdio.h> int main() { char numbers[5][6] = {"Zero","One","Two","Three","Four"}; printf("%s is %c",&numbers[4][0],numbers[0][0]); return 0; }
This quiz provides you the multiple choice questions of C language
Questions: 10 | Attempts: 354 | Last updated: Sep 2, 2020
-
Sample QuestionC language was developed by ?
This quiz provides you the basic multiple choice questions on C constants.
Questions: 10 | Attempts: 312 | Last updated: Feb 14, 2013
-
Sample QuestionCharacter Set of C language contains ?
Questions: 14 | Attempts: 311 | Last updated: Feb 11, 2021
-
Sample QuestionWhat is the right way to initialize an array?
Factoring ax2 + bx + cVOISE Algebra Ms. Johnson
Questions: 3 | Attempts: 283 | Last updated: Jan 15, 2013
-
Sample QuestionFactor 9x2 + 21x + 10 (3x + 5) (3x + 2) (2x + 3) (2x + 5) (5x + 2) (5x + 3) (3x + 2) (5x + 3)