Programs to be explained in short
Q1.
main()
{
int i=3;
switch(i)
{
default:printf("zero");
break;
case 1: printf("one");
break;
main()
{
int i=3;
switch(i)
{
default:printf("zero");
break;
case 1: printf("one");
break;
more.................
Q2.
main()
{
printf("%x",-1<<4);
}
main()
{
printf("%x",-1<<4);
}
more..............
more at below link
http://www.epistemesoft.com/Articles.aspx
http://www.epistemesoft.com/Articles.aspx
No comments:
Post a Comment