Just a little something that has been bothering me.

Doug Gwyn gwyn at smoke.brl.mil
Sun Dec 9 13:07:25 AEST 1990


In article <1990Dec08.222943.1581 at cs.widener.edu> sven at cs.widener.edu (Sven Heinicke) writes:
-What is quicker?
-	int a = 0,i = 0;
-or
-	int a,i;
-	i = a = 0;
-and why?
-This type of thing has been bothering me for a long time.

Why would you care?  They're obviously not going to be bottlenecks..



More information about the Comp.lang.c mailing list