[go: up one dir, main page]

0% found this document useful (0 votes)
43 views1 page

Pre-Lab Writing Assignment: 2192 - Fundamentals of Programming - Section 1

Nabeel isa is a student with ID 21910243 enrolled in the Fundamentals of Programming course. They completed a pre-lab writing assignment with fill-in-the-blank questions covering topics like C++ expressions, implicit/explicit type conversion, preprocessor directives, and output formatting.

Uploaded by

NabeeL 6669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views1 page

Pre-Lab Writing Assignment: 2192 - Fundamentals of Programming - Section 1

Nabeel isa is a student with ID 21910243 enrolled in the Fundamentals of Programming course. They completed a pre-lab writing assignment with fill-in-the-blank questions covering topics like C++ expressions, implicit/explicit type conversion, preprocessor directives, and output formatting.

Uploaded by

NabeeL 6669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Fundamentals of Programming - Section 1 - 2192

Name : Nabeel isa ID : 21910243 Home work

PRE-LAB WRITING ASSIGNMENT


______________________________________________________________________________
Fill-in-the-Blank Questions

1. What is the final value (in C++) of the following expression?


(5 - 16 / 2 * 3 + (3 + 2 / 2) - 5) -20
2. How would the following expression be written in C++?
2x + 34 2x + pow(3.0,4.0)
3. Implicit conversion is also known as data type. coercion
4. Explicit type conversion is also known as type . costing
5. List the preprocessor directive that must be included for cin and cout to be used in a C++
program. #Include<iostream>
6. Blank spaces or unseen control characters in a data file are referred to as
. Whitespace
7. The << in a cout statement is called the Insertion operator.
8. The #include< iomanip> is needed for formatted output.
. The '\n' is a special character that .9
Can be used to end a line of output

You might also like