Skip to content

Latest commit

 

History

History

0x06-pointers_arrays_strings

0x06. C - More pointers, arrays and strings

About

More projects on pointers, arrays and strings.

Technologies

  • Tested on Ubuntu 20.04 LTS

Files

All of the following files are programs written in C:

Filename Description
0-strcat.c Concatenates two strings
1-strncat.c Cihes all lowercase letters of a string to uppercase
2-strncpy.c Copies a string
3-strcmp.c Compares two strings
4-rev_array.c Reverses the content of an array of integers
5-string_toupper.c Changes all lowercase letters of a string to uppercase
6-cap_string.c Capitalizes all words of a string
7-leet.c Encodes a string into 1337
8-rot13.c Encodes a string using rot13
100-print_number.c Prints an integer
101-magic.c Changes the value of an index of an integer array
102-infinite_add.c Adds two numbers
103-print_buffer.c Prints a buffer