Skip to content

Latest commit

 

History

History

0x06-pointers_arrays_strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

0x06 MORE POINTERS ARRAYS AND STRINGS

Description

more of arrays, pointers and strings in c programming.

Tables of contents

Files Description
0-strcat.c Concatenates two strings.
1-strncat.c Concatenates two strings.
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.
100-rot13.c encodes a string using rot13.
101-print_number.c prints an integer.
102-magic.c prints a[2] = 98.
103-infinite_add.c Adds two numbers.
104-print_buffer.c prints a buffer.

Student Name

Joseph kakai

Email: [email protected]