Contact: aviboots(AT)netvision.net.il
39,872 questions
51,796 answers
573 users
#include <stdio.h> int main() { char str[] = "c java c++ python c# php"; printf("%.5s\n", str); return 0; } /* run: c jav */