Sorry! Posting Assignment is allowed only for commercial accounts.
#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 ;}