#include<stdio.h>int main(){ char spy = 'a' , password = 'z' ; if (spy == 'a' or password == 'z' ) printf("All the birds are safe in the nest \n ") ; return 0 ;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login