Computer Science, asked by ailipellyswamy1999, 15 days ago

18. A function with no return type is
declared as​

Answers

Answered by shakaramanupama
0

Answer:

When a function does not return a value, void is the type specifier in the function declaration and definition. A function cannot be declared as returning a data object having a volatile or const type, but it can return a pointer to a volatile or const object.

HOPE THIS IS HELPFUL...

Similar questions