#include<stdio.h> void main() { char *p,c; c='%','&','*'; p=&c; if(*p=='%') { printf("sookshmas"); } else if(*p=='&'){ printf("hello sookshmas"); } else{ printf("beyond knowing"); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login