Sunday, 29 January 2017

Ques : what is the o/p of this code ?

#include<stdio.h>
int main()
{
printf("%s",__DATE__);
}

@k

No comments:

Post a Comment