Refer
Then , try to answer the following questions :
- Do you think comments can be nested , that is , can you have a comment with in a comment? Write a program with a nested comment and see if you can compile it.
- Write a C language program that gives for its output : \* This is a C Comment*\
- Debug the following program :
#include<stdio.h>
#include<conio.h>
void main{}
(
print("print this\m"\*very easy*\).
)
========================================================================
(Please use Comment section to post your answer).
===================================================================== === Back to Home & C
No comments:
Post a Comment