Name | Description | Grade |
---|---|---|
Task00 | A function that outputs a single character to the standard output. | 100 |
Task01 | A function that outputs the alphabet, alternating upper and lower case characters in ascending order. | 100 |
Task02 | Standard functions and the basics of mathematics implementation in C. | 100 |
Task03 | A function that outputs a string of characters. | 100 |
Task04 | A function that outputs integer values. | 100 |
Task05 | A function that computes 'n' raised to the power of zero or a positive integer 'pow'. | 100 |
Task06 | A function that computes the non-negative square root of 'x'. | 100 |
Task07 | A function that sorts an array of integers in ascending order. | 100 |
Task08 | A function that has the same behaviour as the standard libc function strcmp. | 100 |
Task09 | A function that has the same behaviour as the standard libc functionstrcpy. | 100 |
Task10 | A functon that prints it's arguments. | 100 |
Task11 | A functon that sorts it's arguments. | 100 |
Task12 | A function that calculates the factorial of a non-negative integer using an iterative algorithm. | 100 |
Task13 | A function that sorts an array of strings in place in lexicographical order using bubble sort. | 100 |
Task14 | A function that searches the strings in the array arr with the given size using binary search. | 100 |
Task15 | A function that allocates memory for a string of a specific size and one additional byte for theterminating '\0' | 100 |
Task16 | A function that has the same behaviour as the standard libc function strdup. | 100 |
Task17 | A function that converts a hexadecimal string into an unsigned long number. | 100 |
Task18 | A function that applies the functionf for each element of the array arr given size. | 100 |
-
Notifications
You must be signed in to change notification settings - Fork 0
olegsavich/Ucode-C-Refresh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Refresh of C marathon
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published