[[lesson_4_address.c]] Rescued by C++ Reloaded

Route:


[user02@FC4 Lesson04]$ cat -n address.c
1 #include <stdio.h> 2 3 int main(void) 4 { 5 printf("Jamsa Press\n"); 6 printf("2975 South Rainbow, Suite I\n"); 7 printf("Las Vegas, NV 89102\n"); 8 9 return 0; 10 }
[user02@FC4 Lesson04]$ gcc -o address address.c
[user02@FC4 Lesson04]$ ./address
Jamsa Press
2975 South Rainbow, Suite I
Las Vegas, NV 89102



[user02@FC4 Lesson04]$ cat -n address2.c
1 #include <stdio.h> 2 3 int main(void) 4 { 5 printf("%s%s%s", "Jamsa Press\n", "2975 South Rainbow, Suite I\n", "Las Vegas, NV 89102\n"); 6 7 return 0; 8 }
[user02@FC4 Lesson04]$ gcc -o address2 address2.c
[user02@FC4 Lesson04]$ ./address2
Jamsa Press
2975 South Rainbow, Suite I
Las Vegas, NV 89102
lesson_4_address.c, Rev. 1, Last changed on 2005-08-08 04:26, 341 page hits
Cabrio Gewinnspiel
Wiki hosted for free at wikihost.org || RSS-Feed || GeboGebo 1.3.3 || 00.233 seconds || || PAGERANK TOOLS