+ 1
What are snippets in c?
Explain me about snippets and their purpose.
1 Respuesta
+ 1
Snippets are small pieces of code.
They aren't real program. They just explain a certain concept or give an example of how to use a function.
This is a snippet
if ( 5 < 10 )
printf( "Five is now less than ten, that's a big surprise" );