Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Thursday, September 1, 2011

C-40 : Check your Progress -1



Refer

  1.  My first C Program 
  2.  Example for Nested IF
  3. Example of Escape Sequence (\n)
Then , try to answer the following questions :

  1. 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.
  2. Write a C language program that gives for its output :    \* This is a C Comment*\
  3. 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: