#include <stdio.h>
int main()
{
int A,B;
char *p=0;
printf("input A:\n");
scanf("%d",&A);
printf("input B:\n");
scanf("%d",&B);
if(A==88)
if(B==99)
printf("%c",*p);
return 0;
}
Hi Michal,In many cases, the programs need two or more inputs from stdin or files,