Thursday, 14 March 2013

THE STRUCTURE OF C PROGRAM 
Pre prosessor directive
main( )
{
declaration & statement
}
user difine sub program

2 comments:

  1. What is pre-prossesor directive?

    ReplyDelete
  2. The statement bigining with # symbol this statement directs the c pre prossesor to include header files and symbolic constant into c program.

    ReplyDelete