Computer Science, asked by jhariabharat54, 16 days ago

सी में फंक्शन क्या है? सी में फंक्शन को कैसे डिक्लेयर करेंगे? function in C? How functions declare in C?​

Answers

Answered by shahankita19283
1

Explanation:

In C and C++, functions must be declared before the are used. You can declare a function by providing its return value, name, and the types for its arguments. The names of the arguments are optional. A function definition counts as a function declaration.

Similar questions