Sunday, 13 August 2017

Sum of Two number in single statement in C

#include"stdio.h"
main()  
{      
char* a=10,b=20;
printf("%d",&a[b]);

No comments:

Post a Comment