Computer Science, asked by niveshsaivasaglobala, 4 months ago

What is variable and function in coding

Answers

Answered by dvenkat27
0

In C programming, functions that use variables must declare those variables — just like the main() function does. In fact, it's pretty much the same thing. The big difference, which you need to remember, is that variables declared and used within a function are local to that function.

Similar questions