Follow us on: facebook twitter linkedin

TECHNOLOGY

Function in C program

Post by : John Deo
Post date: 2023-11-16 10:11:45

Read time : 2 minute
Total views: 314 times
hero-img

Function definition

Function is block of code or piece of code, which is part of reusable code. Finally function make code more readable and reusable.

 

return keyword

Return always declare end of the function. Basically return mean end of the code. Return 0 mean that function return boolean false. Return 1 mean boolean true. A inbuilt function most of the time return true or false.

Share by:

Keep exploring

Read what excites, achieves and moves us Read what excites, achieves and moves us