Tag: void

13
May
2017

Void clear in C

We  see lots of void in C. Lets clear why we all use  this. int myFunc(void){ }…