ellipse in c programming | function with variable number of arguments in c

preview_player
Показать описание
hello guys , in this video I had discussed ellipse in c programming . ellipse is basically a way through which a function can have variable number of arguments and allows the programmer to send multiple parameters to a function in c . The concept of ellipse in c had been explained in detail with examples .
Topics covered in this video are :
- ellipse in c
- variable number of arguments in c
- example on ellipse in c
- va_list , va_start and va_arg macros in c
- data type promotion when using ellipse in c
- passing variable number of arguments to a function in c
- ellipse in detail
- use of ellipse in c
- va_list macro in c
- va_start macro in c
- va_arg macro in c
- ellipse in function
- meaning of ... in c
- function with variable number of arguments
#ellipse_in_c #variable_number_of_arguments_in_function #c

_____________________________________________________
Support My Work On ...

_____________________________________________________
Connect With Me On ...

Рекомендации по теме
Комментарии
Автор

Thank you. Important concepts within short amount of time.

bpngd
Автор

Great video man!! Helped me a lot, thank you!

veggieboy
Автор

I don't understand what you are doing when you are adding another integer before the variadic arguments, at 8:40. Could you (or someone else) please clarify? What is your goal with this, and how do you use it?

juuls
Автор

Bro. You didn't explain what each of those macros mean. You just used them in the code.

ahmadabeeb