• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Caleb Curry

Making Money and Investing

  • Home
  • Make Money Online
  • How to Buy Bitcoin
  • Get Started with Real Estate Investing
  • How to Start a Website
  • Courses
    • Full Time Income Online
  • Sponsorship

C Programming Tutorial 43 – Quiz Part 3

October 27, 2018 by Caleb Curry Leave a Comment

Just as a reminder, up next we will be covering logic, conditionals, loops, and how to make more complex programs. But before this, I think it is important to make sure we have the previous blogs down well. These next blogs and previous blog will quiz you on some parts of C. If you have a hard time answering these question, you might want to review your notes. Are you new here? Start at the beginning, Intro to C!

Questions:

1. What is the % operator called and what does it do?

2. What is the difference between i++ and ++i?

3. What does j += 5 mean?

4. What is the word used to describe which operators happen first?

5. What is the word used to describe if you have multiple of the same operators whether or not they are evaluated from left to right or right to left?

6. What is the associativity of the division operator?

7. What is the associativity of the assignment operator?

8. When it comes to C and data types, C is said to be a _________ typed language?

9. What do you have to do to use printf() and scanf() inside of your code?

10. What do you have to include in order to use the bool data type?

Answers:

1. Modulus. Gets the remainder of division.

2. i++ increments after use while ++i increments before use.

3. Increase the variable by 5.

4. Precedence.

5. Associativity.

6. Left to right.

7. Right to left.

8. Strongly.

9. #include <stdio.h>

10. stdbool.h

Ready to learn more? Read the next blog on the coding challenge!

Filed Under: Uncategorized Tagged With: c programming, quiz part 3

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

my face to show my face

My name is Caleb Curry and I started my online business teaching software development and doing digital marketing for brands. Entrepreneurship has changed my life and has allowed me to earn a full time living from anywhere. I now have the freedom and energy to pursue skills and opportunities that I find interesting. This website is all about my journey.

Get my top Python Tips and Tricks

50+ Python Tips and Tricks!

Subscribe to our newsletter to get notes and latest content by email.

    We won't send you spam. Unsubscribe at any time.

    Follow Me!

    • Instagram
    • YouTube

    Recent Posts

    Copyright © 2021 · Genesis Sample on Genesis Framework · WordPress · Log in