1. Which of the following is incorrect identifier in C++? a) VAR_1234 (b) va var 1234 c) Var 1234 2. Find the output of the following line: cout << -10 -10 -10; a) o b) -30 c) -10 3. Find the output of the following program, #include void main () ( int a = 10, b, a; b = a++; cout << a << b << a;) a) 101010 b) 111011 c) 101111 4. Which of the following correctly declares an array in C++? a) array(10); b) array array[10]; d) int array [10]; c) int array; d) vaR_1234 d) 111111

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
1. Which of the following is incorrect identifier in C++?
a) VAR_1234
var 1234
c) Var 1234
d) vaR_1234
2. Find the output of the following line:
cout << -10 -10 -10;
b) -30
c) -10
EXXOX
3. Find the output of the following program.
#include<iostream.h>
void main () (
int a = 10, b, a;
b = a++;
cout << a << b << a;)
a) 101010
b) 111011
c) 101111
d) 111111
4. Which of the following correctly declares an array in C++?
a) array(10);
b) array array[10];
c) int array;
d) int array [10];
5. What is the size of int in C++?
(a) Based on the number of bits in the system
b) 2 bytes
c) 4 bytes
d) 8 bytes
6. Which of the following is used to terminate the function declaration in C++?
a) ;
b) ]
c) )
7. Which keyword is used to define the macros in C++?
a) #macro
b) #define
c) macro
d) define
8. What will be the output of the following C++ code?
#include <iostream, h>
void main () (
int a, b, c;
a = 2; b = 7/
c = (a > b) ? a: b;
cout << 0;
}
a) 2
b) 5
c) 7
Turn the p
Transcribed Image Text:1. Which of the following is incorrect identifier in C++? a) VAR_1234 var 1234 c) Var 1234 d) vaR_1234 2. Find the output of the following line: cout << -10 -10 -10; b) -30 c) -10 EXXOX 3. Find the output of the following program. #include<iostream.h> void main () ( int a = 10, b, a; b = a++; cout << a << b << a;) a) 101010 b) 111011 c) 101111 d) 111111 4. Which of the following correctly declares an array in C++? a) array(10); b) array array[10]; c) int array; d) int array [10]; 5. What is the size of int in C++? (a) Based on the number of bits in the system b) 2 bytes c) 4 bytes d) 8 bytes 6. Which of the following is used to terminate the function declaration in C++? a) ; b) ] c) ) 7. Which keyword is used to define the macros in C++? a) #macro b) #define c) macro d) define 8. What will be the output of the following C++ code? #include <iostream, h> void main () ( int a, b, c; a = 2; b = 7/ c = (a > b) ? a: b; cout << 0; } a) 2 b) 5 c) 7 Turn the p
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY