How to call function in c? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to call function in c?

Help me

28th Apr 2020, 3:21 AM
Anggun cici
Anggun cici - avatar
2 Answers
+ 1
function_name (args); by writing the function name like above, you may not need args depending on the function. when you write : printf("hello, world") ; you are calling the function printf().
28th Apr 2020, 3:47 AM
Bahhaⵣ
Bahhaⵣ - avatar
28th Apr 2020, 10:49 AM
Jayakrishna 🇮🇳