Function Parameters VS. Arguments | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Nice and simply explained! Your channel is very underrated, your videos help me a lot with learning C. Thanks!

minjunkim
Автор

// While practicing functions, I encountered an error. Can you explain why?

// I tried using `void` as an argument in the function call.
// Why can't `void` be used this way, and what is the proper way to call a function that takes no arguments?

void myFunction(void) {
// Function body
}

int main() {
myFunction(void); // Why is this incorrect?
return 0;
}

ramakrishna
Автор

Which app or website or tool are you using to write this algorithm

anbarnasimbihon
Автор

Sir, can u do a tutorial about linked List in C language ?? and thank you for your effort!

abdelhakmezenner