commenting in c

Solutions on MaxInterview for commenting in c by the best coders in the world

showing results for - "commenting in c"
Fátima
26 May 2018
1#include stdio.h
2int main(){
3  printf("Only this code will be printed.");
4//This is a single line comment.
5/*
6this is a multiple line 
7comment
8*/
9}
similar questions
queries leading to this page
commenting in c