First C program
Greetings,
This is First C program.
If I ask you to tell me minimum number of lines required to print your name using a C program definitely very few people will answer me correctly.
Code:
void main(){printf("Myname");}
Description:
Wondered!!!!!
It seems that there is only one line but don't worry. We have never tried such things. Just copy the code and execute you will get the correct output.
This is First C program.
If I ask you to tell me minimum number of lines required to print your name using a C program definitely very few people will answer me correctly.
Code:
void main(){printf("Myname");}
Description:
Wondered!!!!!
It seems that there is only one line but don't worry. We have never tried such things. Just copy the code and execute you will get the correct output.
Awesome!!!
ReplyDeletenever knew that.
thanx.
its working
ReplyDelete