CSCI 240 - Quizzes 6 - 9 Questions and Correct Verified Answers Latest Version
2 views 0 purchase
Course
CSCI
Institution
CSCI
The data type char and the data type __________ are often interchageable in
C++
int
What will happen if a char is cout'd as an int?
the ASCII value of the character will be displayed
What is the ASCII value of the character '1'?
49
What is the ASCII value of 'c'?
99
Write a cout state...
CSCI 240 - Quizzes 6 - 9 Questions
and Correct Verified Answers Latest
Version
The data type char and the data type __________ are often interchageable in
C++
✓ int
What will happen if a char is cout'd as an int?
✓ the ASCII value of the character will be displayed
What is the ASCII value of the character '1'?
✓ 49
What is the ASCII value of 'c'?
✓ 99
Write a cout statement to display the ASCII value of the character stored in a
char variable called ch. Assume that ch has been properly declared and
Explain what tolower() does to a character. The answer should include the
argument(s) that are passed to tolower() (if any) and what it returns.
✓ tolower() takes a character that is passed
Write a C++ statement that takes the digit character in the char variable ch
and changes it to its integer representation and saves the result in the integer
variable intVal. So if ch contains '4', then intVal should contain the value 4.
Assume that ch and intVal have been properly declared.
✓ intVal = ch - '0';
Write a switch statement to print out a string depending on the value of a char
variable called ch. If
~ ch is 'a' print "excellent"
~ ch is 'b' print "good"
~ ch is 'c' print "ok"
~ if ch is anything else, print "invalid"
Assume that ch has been properly declared and contains a value.
Master01 | September, 2024/2025 | Latest update
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller ExamArsenal. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.49. You're not tied to anything after your purchase.