Point out the errors if any, in the following C program.
#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 ;
}


Posted on by