|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"When you can snatch the error from the code it will be time to leave"--Master Programmer
|
|
|
|
|
|
cdel |
|
|
|
|
|
|
"After three days without programming, life becomes meaningless." -- Master Programmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"When program is being tested, it is too late to make design changes." -- Master Programmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"A well-written program is its own heaven; a poorly-written program is its own hell." -- Master Programmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Though a program be but three lines long, someday it will have to be maintained." --Master Programmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Let the programmer be many and the managers few -- then all will be productive." -- Master Programmer
|
|
|
scanf("%s", s1) |
|
|
|
|
|
Character |
|
|
|
|
Integer |
|
|
|
|
Integer |
|
|
|
|
Scientific Notation lowercase e |
|
|
|
Scientific Notatation uppercase E | |
|
|
|
|
Float Point Decimal |
|
|
|
|
Octal Integers |
|
|
|
|
String of Characters |
|
|
|
|
Unsigned Decimal Integers |
|
|
|
|
Hexidecimal Integers lowercase letters |
|
|
|
Hexidecimal Integers uppercase letters | |
|
|
|
|
Displays a pointer (memory address) |
|
|
|
Prints a % sign |
"Without the wind, the grass does not move. Without software, hardware is useless." -- Master Programmer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Programming in BASIC causes brain deterioration" -- Master Programmer
|
|
|
|
|
|
|
Prints to screen |
|
|
|
Reads from Keyboard |
|
|
|
Reads char from keyboard; waits for return keystroke |
|
|
|
Reads char from keyboard; does not wait for return keystoke |
|
|
|
Reads string from keyboard |
|
|
|
Writes string to screen |
|
|
|
Combines s1 and s2 |
|
|
|
Compares s1 to s2 |
|
|
|
Copies s2 into s1 |
|
|
|
Returns length of s1 |
|
|
|
Returns lowercase of ch |
|
|
|
Returns uppercase of ch |
|
|
|
Returns the square root of num |
|
|
|
Returns base raised to the exp power |
|
|
|
Returns a random number |
"It is time for you to leave." -- Master Programmer