DepartmentofComputerandInformationScience,Schoolof.pptVIP

  • 2
  • 0
  • 约7.76千字
  • 约 17页
  • 2016-12-17 发布于天津
  • 举报

DepartmentofComputerandInformationScience,Schoolof.ppt

Try Your First C Program #include stdio.h /* I/O header file */ main() { printf(“Hello world ”); printf(“Welcome to CSCI230\n“); printf(“I am John Smith\n”); } A C program contains one or more functions main() is the function name of your main (root) program { }: braces (left right) to construct a block containing the statements of a function Every statement must end with a ; \ is called an escape character \n is an example of an escape sequence which indicates newline Other escape sequences are: \t \r \a \\ \” Exercise: Use any editor to type and then save your first prog

文档评论(0)

1亿VIP精品文档

相关文档