• 2022-06-07
    In C language, some functions needs return no value , which keywords is used to denote this?
    A: void
    B: int
    C: float
    D: double