כמה מיני רבים
Example 1 ======== int new, explicit, class, export, template; new = 5; explicit = 7; class = 8; export = 6; tmplate = 100; Example 2 ======== extern int printf(); printf("%d", new); printf("%d, %d", class, template); Example 3 ======== int main(argc, argv) int argc, char *argv[] { } Example 4 ======== int x = 3 //* three devides */ 3;