Skip to content

Commit

Permalink
Update c++quiz.md (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
karapnaran authored Sep 30, 2021
1 parent f705e12 commit 96cf495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c++/c++quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,12 +1123,12 @@ Note: This one is similar to Q6, but focuses on the `const` keyword.
- [ ] a preprocessor directive that prevents inconsistent behaviors in lines that contain the #ifdef, #ifndef, or #elif directives
- [ ] a compiler option that prevents the user code from including additional libraries
- [ ] a preprocessor statement that prevents a source file from being included more than once in a project
- [x] a preprocessor statement that prevents a source file from being included more than once in a project
- [ ] a library that adds safety features such as mutexes, watchdog timers, and assertions to the project
#### Q66. What would be the correct declaration of a default constructor for a class named Sprite?
- [ ]
- [x]
```public:
Sprite();
Expand Down

0 comments on commit 96cf495

Please sign in to comment.