Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update c++-quiz.md #6138

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Update c++-quiz.md #6138

merged 1 commit into from
Oct 4, 2023

Conversation

ayush-yadavv
Copy link
Contributor

@ayush-yadavv ayush-yadavv commented Oct 1, 2023

Added Q107 - Which of the following is the correct syntax to print the message in C++ language?

  • Out <<"Hello world!
  • Cout << Hello world! ;
  • cout <<"Hello world!";
  • None of the above

PR Checklist

This PR is ready for review and meets the requirements set out
in Suggestion how to contribute

DOD

  • I have added new quiz{'s}
  • I have added new reference link{'s}
  • I have made small correction/improvements

Changes / Instructions

Issue #6136

Relocated Q82 from c-(programming-language) to C++ as Q107. That is

Q107. Which of the following is the correct syntax to print the message in C++ language?

  • Out <<"Hello world!
  • Cout << Hello world! ;
  • cout <<"Hello world!";
  • None of the above

Added Q107 -  Which of the following is the correct syntax to print the message in C++ language?

- [ ] Out <<"Hello world!
- [ ] Cout << Hello world! ;
- [x] cout <<"Hello world!";
- [ ] None of the above
Copy link
Owner

@Ebazhanov Ebazhanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ayush-yadavv for new question with reference! 👍

@Ebazhanov Ebazhanov merged commit 1459b55 into Ebazhanov:main Oct 4, 2023
@Ebazhanov
Copy link
Owner

@all-contributors please add @ayush-yadavv for design, code

@allcontributors
Copy link
Contributor

@Ebazhanov

@ayush-yadavv already contributed before to design, code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants