C Programming Quizzes, Questions & Answers
Recent Quizzes
Quiz over Arrays in C++
Questions: 29 | Attempts: 4309 | Last updated: Jan 21, 2025
-
Sample QuestionThe locations of the various indexed variables in an array can be spread out all over the memory.
Here is this C Programming Trivia Quiz. The trivia quiz below is made up of c programming coding questions! Programming in C is fairly easy because it uses basic commands in English; this language is one of the most commonly used...
Questions: 10 | Attempts: 2044 | Last updated: Sep 1, 2023
-
Sample QuestionPrint the output of this program void main() { int a, b, c, abc = 0; a = b = c = 40; if (c) { int abc; abc = a*b+c; } printf ("c = %d, abc = %d ", c, abc); }
Questions: 10 | Attempts: 928 | Last updated: Mar 18, 2023
-
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; }
Questions: 17 | Attempts: 708 | Last updated: Feb 17, 2023
-
Sample QuestionWhat is the output of the following program fragment? cout << static_cast<double>(3)/4 << endl;
.
Questions: 17 | Attempts: 1180 | Last updated: Mar 22, 2023
-
Sample QuestionWhich of the following is not a valid identifier?
C++ is a general purpose programming language with imperative, object oriented and generic programming features. If you just started on this language and wish to get some practice material to test your understanding, take up...
Questions: 18 | Attempts: 576 | Last updated: Feb 17, 2023
-
Sample QuestionWho was the programmer for Charles Babbage’s analytical engine?
Are you ready for this C Programming quiz? This quiz answers such questions as what the const feature can be applied to, the correct value to return to the operating system, what are not qualifiers in C, and the usual practice...
Questions: 10 | Attempts: 377 | Last updated: Nov 17, 2023
-
Sample QuestionWhat are not qualifiers in C?
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: 6000 | Last updated: Feb 17, 2023
-
Sample QuestionWhich of the following function that must contain in all C++ programs?
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: 7470 | Last updated: Mar 21, 2023
-
Sample Question“C” was primarily developed as a
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: 3675 | Last updated: Jun 17, 2024
-
Sample QuestionC language has been developed by?
Advertisement