Void Main

What is Void Main?


1.

archaic term replaced by int main()return 0; It did not allow for an exit status.

/* Will Greenhalgh 7.23.2003 */

/* Infinite loop */

#include <stdio.h>

int main(void)

{

for(;;)

{

fprintf(stdout,"Infinite loop ");

}

return 0;

}

2.

it means you are so stupid that u r 1 pill shy of an excedrin bottle

you f'n void main()


16

Random Words:

1. "I'm not familiar with that" is simply a term to use when you're caught red-handed. Cops: We caught you driving 75 ..
1. a word said out loud when your starving. "im FANGIN for a beef patty" See fanging, starving, starved, hungry..
1. When you try to come up with an estimate for future values that are difficult to project Let us Questimate the sales / revenue projecti..