TY - BOOK AU - Beam,J.Emmett AU - Beam,J.Emmett TI - Illustrated C programming (ANSI) SN - 1556220685 AV - QA76.73.C15 B424 1989 U1 - 005.133,BEA 19 PY - 1989/// CY - Dallas, Tex. PB - Wordware Pub. KW - C (Computer program language) N1 - About This Book (Page-1), c Overview (Page-4), Basic Elements of a C Program (Page-5), Your First Real C Program (Page-11), Library Functions (page-140, in C (Page-170, Abort, Aborts program (Page-20), , Absolute value of an integer (Page-22), Arrays (Page-24 Arrays - Part 2 (Page-31), , atol, atof * Convert a string into a number (Page-36),break,Cstatement (Page-40), , Memory array allocation (Page-45), , Clear file system error number (Page-47), close, Close a file (Page-49), Command Line Arguments (Page-51),(Page-55), continue, C statement (Page-60), creat, Create a file (Page-65), Data Types (Page-67), Data Types - Part 2 (Page-72), while, C statement (Page-77), eof, Test for end of file (Page-81),exit, Terminate a program, closes files .(Page-83),fclose, Close a file stream (Page-85),, Test for a stream file error (Page-87),fgets, Get string from a stream (Page-91),Input/Output . (Page-93), fopen, Open a file as a stream (Page-98),for, C statement (Page-101), fprintf, vfprintf, Formatted output to a stream (Page-106), fputc, Output a character to a stream (Page-111), fputs, Output a string to a stream (Page-115),fread, Read data from a stream (Page-115), free, Free allocated memory (Page-121),fscanf, Formatted input from a stream (Page-123), fseek, Move to new location within a file stream (Page-128), Functions (Page-133),Functions - Part 2 (Page-142), fwrite, Write data to a stream (Page-147), getc, Read a character from a stream (Page-152), getchar, Get a character from standard input (Page-154), gets, Get d string from standard input (Page-156),goto, C statement (Page-159), if-else, C statement (Page-161),is____, Series of character class tests (Page-168), lseek, Move to new location within a file (Page-171),malloc, Memory block allocation .(Page-173), memset, Set memory area to a value (Page-176),Operators (Page-188),Operators - Part 2 (Page-201),perror, Print last function error . (Page-206), Pointers (Page-208), Pointers - Part 2 (Page-218),Portability, Coding and Data (Page-228), Precedence in Expressicns(Page-231), Preprocessor Directives (Page-236), printf, vprintf, Formatted terminal output 246(Page-246), putc, Output a character to a stream (Page-251), putchar, butput a character to standard output (Page-255), puts, Output a string to standard output (Page-258), read, Read a block of characters from a file .(Page-260), remove, Remove a file from filing system (Page-260), return, C statement (Page-264), scanf, Formatted input from standard input (Page-266),sprintf, vsprintf, Formatted output to a memory buffer (Page-271),sscanf, Formatted input from a memory buffer (Page-276), Stack .(Page-281),stdin, stdout, stderr (Page-285),Storage Classes (Page-287),strcat, strncat, Append a string to another string (Page-294),strcmp, strncmp, memcmp, Compare a string to another string (Page-298),strcpy, strncpy, memcpy, memmove, Copy a string to another string (Page-302),Strings - Arrays of char type (Page-307), strlen, Return length of a string (Page-312),Structures (Page-315) Structures - Part 2 (Page-320),switch, C statement (Pag327),tolower,Converttolowercase (Page-331),toupper, Convert to uppercase (Page-335),ung'etc, Return a character to a stream (Page-338),union Page-340),Variables (Page-344),Variables-Part 2 (Page-348), while, C statement (Page-348),write, Write a block of characters to a file (Page-358) ER -