Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 1 out of 3 pages
Exam (elaborations)

EECS 183 Exam 1 || All Answers Are Correct.

Document preview thumbnail
Preview 1 out of 3 pages

EECS 183 Exam 1 || All Answers Are Correct.

Content preview

EECS 183 Exam 1 || All Answers Are Correct.
how to cin everything (including spaces) correct answers getline(cin, stringVar)

cout operator correct answers <<

cin operator correct answers >>

range of int variables correct answers +/- 2 billion (2,000,000,000)

how to initialize a constant correct answers CONST_VAR

is doubleVar = 36 * intVar an int or double? correct answers still an int (will be a double with
.00)

what is == correct answers equal to operator

what is = correct answers assignment operator

function declaration correct answers return type function name (parameter list);

function definition correct answers return type function name(parameter list) {
code of function }

ASCII order correct answers 0 -9, A - Z, a -z

how to compare floating point correct answers NOT ==
fabs(x - y) < .0001
NOT !=
fabs(x - y) > .0001

order operators evaluated correct answers ( ) ! arithmetic ><= == != & | && ||

what starts every program correct answers #include<iostream>
using namespace std;
int main() {
return 0;
}

how to name variable correct answers camelCase. snake_case

casting correct answers (int)(x)
or (double)(var)

parameter correct answers variable declared within parentheses of a function

argument correct answers data passed to function

scope of variables correct answers whatever { } in which they are declared

Document information

Uploaded on
November 19, 2025
Number of pages
3
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$10.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
SirAnton
3.7
(118)
Sold
791
Followers
438
Items
39797
Last sold
6 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions