Examveda
Examveda

What does the 'void' keyword indicate in a C function declaration?

A. Empty return type

B. Integer return

C. Floating-point return

D. String return

Answer: Option A

Solution(By Examveda Team)

The 'void' keyword in a C function declaration indicates Option A: Empty return type. When a function is declared with 'void' as its return type, it means that the function does not return any value.

This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals