Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

what is snippet in C++

0 votes
asked Aug 23, 2018 by anonymous

2 Answers

+1 vote
answered Sep 12, 2018 by Jafrin Francis (160 points)
A snippet is a part of code which has a complete meaning of what it does and could produce an output.
0 votes
answered Sep 14, 2018 by RoadRomeo1 (260 points)
snippet is block of code which has their meaning like "printf();" snippet has their own meaning in c++ we use it for display anything what we want.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...