Just a little something that has been bothering me.

Sven Heinicke sven at cs.widener.edu
Sun Dec 9 09:29:43 AEST 1990


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.

-- 
sven at cs.widener.edu                                      Widener System Manager



More information about the Comp.lang.c mailing list