FUNCTIONS IN C PROGRAM
12 views · Published 27 March 2016 · 1:40 · Indexed 20 September 2026
Channel: Interview DOT · 2016 · Entertainment
Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. FUNCTIONS IN C PROGRAM A function is a group of statements that together perform a task. Every C program has at least one function, which is main(). A function declaration tells the C Compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. FUNCTIONS IN C PROGRAM
More from this channel
-
1:43
Java Interview Question And Answer Eight Primitive Types in Java What Java Interview
-
3:37
Java Interview Question And Answer Different Thread States True or False Interview Question
-
2:13
Java Interview Question And Answer What would you use to compare == And equals Java Interview Quest
-
1:16
Java Interview Question And Answer When a thread blocks on IO, what state does it enter
-
3:21
What is NullPointerException in Java Java Interview Question And Answer NullPointerException
-
3:54
What is Reflection in Java Java Interview Question And Answer
-
2:42
Volatile in Java
-
1:28
Java primitive are passed by value Explain