Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 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 */