Examlex

Solved

Which Line in the Following Program Will Cause a Compiler \quad

question 1

Multiple Choice

Which line in the following program will cause a compiler error? 1 \quad #include <iostream>
2 \quad using namespace std;
3
4 \quad int main()
5 \quad {
6 \quad\quad const int MY_VAL;
7 \quad\quad MY_VAL = 77;
8 \quad\quad cout << MY_VAL << endl;
9 \quad\quad return 0;
10 \quad }


Definitions:

Bar Codes

A machine-readable code in the form of numbers and a pattern of parallel lines used to identify a product.

Wireless Sensor

An autonomous device that monitors its own condition as well as physical and environmental conditions around it, such as temperature, sound, pressure, vibration, and movement.

IoT

Short for Internet of Things, it refers to the network of physical objects—devices, vehicles, buildings and other items embedded with electronics, software, sensors, and network connectivity that enables these objects to collect and exchange data.

Telemetry

The automatic recording and transmitting of data from remote or inaccessible sources to an IT system in a different location.

Related Questions