Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 answers
573 users
#include <stdio.h> int main() { char s[] = "cc c++ javascript python c# php"; printf("%d", s[0] == s[1]); return 0; } /* run: 1 */