A function in C returns a value to the calling function using the ________ keyword.
- output
- result
- return
- value
In C, the "return" keyword is used to return a value to the calling function. It specifies the value that the function will return.
Loading...
Related Quiz
- When a pointer is incremented, it moves to the memory address of the next element based on the ________ of the data type it points to.
- What is the role of pointers in relation to structures in C?
- The data type ________ is used in C to store a single character.
- In C, an array name acts as a ________ pointing to the first element of the array.
- In C, a ________ is used to store a sequence of characters.