The keyword void is data type inc. (TE)
Answers
Answered by
0
Answer:
Void is an empty data type that has no value. ... void sum (int a, int b); – This function won't return any value to the calling function. int sum (int a, int b); – This function will return value to the calling function. We use void data type in pointer like “void *p”.
Similar questions