Skip to content

Latest commit

 

History

History

0x10-variadic_functions

Variadic functions

Project done during Full Stack Software Engineering studies at ALX Africa SE. It aims to learn about variadic functions in C language.

Technologies

  • C files are compiled using gcc
  • C files are written according to the C90 standard
  • Tested on Ubuntu 20.04 LTS

Files

All of the following files are programs written in C:

Filename Description
0-sum_them_all.c Returns the sum of all its parameters
1-print_numbers.c Prints numbers
2-print_strings.c Prints strings
3-print_all.c Prints anything

  • Write a function that returns the sum of all its parameters.
  • Write a function that prints numbers, followed by a new line.
  • Write a function that prints strings, followed by a new line.
  • Write a function that prints anything.
  • Write a 64-bit program in assembly that prints Hello, Holberton, followed by a new line.

Author

Acknowledgements 🙏

All work contained in this project was completed as part of the curriculum for ALX Africa SE. ALX Africa is an online full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning. For more information, visit this link.

ALX Africa Logo