programming languages Online Quiz - 276
Description: programming languages Online Quiz - 276 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
C++
C++
C++
C++
C++
C++
C++
C++
C++
C++
C++
What does 7/9*9 equal (in C and C++)?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<
Which of the following is evaluated first:
Which is not an ANSI C++ function?
True or false: If you continuously increment a variable, it will become negative?
What character terminates all strings composed of character arrays?
Which of the following functions initalizes the variables contained in a class:
Is C++ case sensitive?
Which datatype can store decimal numbers?