| Format Specifiers in C | |
| %i or %d | int |
| %c | char |
| %f | float |
| %lf | double |
| %s | string |
| %hi | short |
| %ld | long int |
| %d,%hu | unsinged short |
| %u | unsinged int |
- \n (newline)
- \t (tab)
- \v (vertical tab)
- \f (new page)
- \b (backspace)
- \r (carriage return)
| Format Specifiers in C | |
| %i or %d | int |
| %c | char |
| %f | float |
| %lf | double |
| %s | string |
| %hi | short |
| %ld | long int |
| %d,%hu | unsinged short |
| %u | unsinged int |
0 Comments