Advertisement
Advertisement
11th Grade C++ Quizzes, Questions & Answers
Think your child knows their 11th grade C Plus Plus? Read more
Challenge them with our fun and engaging C Plus Plus quizzes! Perfect for reinforcing classroom learning and discovering new facts about the world around them.
Read less
11th Grade
Top Trending C++ Quizzes
Welcome Juniors to using Proprofs on-line assessment. This is the first of many on-line assessments that will be done this semester. This is a timed quiz so work efficiently.
Questions: 5 | Attempts: 1434 | Last updated: Mar 21, 2025
-
Sample Question 1The programming language of C++ was written by Bjarne Stroustrup.
-
Sample Question 2In a conditional statement to determine if the sum of x and y is equal to z, then a = x+y, what is the actual condition in C++?
-
Sample Question 3Select the correct code for the following statement: If the name of a person is definitely Joe, say hello.
Recent C++ Quizzes
Questions: 15 | Attempts: 280 | Last updated: Mar 21, 2025
-
Sample QuestionWhich header file is required to use file output operations?
Questions: 9 | Attempts: 825 | Last updated: Mar 17, 2025
-
Sample QuestionWhat is the output - #include<iostream.h> int main() { cout << "Hello/nProgrammers"; return 0; }
Questions: 100 | Attempts: 3481 | Last updated: Mar 22, 2025
-
Sample QuestionWhich of the following is not a version of the Arduino?
Questions: 20 | Attempts: 111 | Last updated: Apr 20, 2025
-
Sample Question#include int main() { float f1 = 0.1; if (f1 == 0.1) printf("equal\n"); else printf("not equal\n"); }
Questions: 12 | Attempts: 86 | Last updated: Oct 22, 2025
-
Sample QuestionWhat output will this C/C++ code produce?
Questions: 70 | Attempts: 685 | Last updated: Mar 19, 2025
-
Sample QuestionWhich of the following type of class allows only one object of it to be created?
Questions: 29 | Attempts: 4339 | Last updated: Jan 21, 2025
-
Sample QuestionThe locations of the various indexed variables in an array can be spread out all over the memory.
Questions: 17 | Attempts: 708 | Last updated: Feb 17, 2025
-
Sample QuestionWhat is the output of the following program fragment? cout << static_cast<double>(3)/4 << endl;
Questions: 17 | Attempts: 1183 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of the following is not a valid identifier?
Advertisement