C
Programming and Technical
Q. Is it possible to rename any function in c?
A. Yes, we can rename any function using typedef keyword. It is useful when function declaration
is too complex and we have to give any simple name or if we have to create more numbers of
function of the same type.
Read Solution (Total 0)
C Other Question