Jump to content

Talk:Block (programming)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 121.54.98.126 (talk) at 04:44, 22 February 2008 (Created page with 'int main(){ int x,y,sum; clrscr(); { sum=x+y; printf("Enter First number"); scanf("%d", $x); printf("Enter Second number"); scanf("%d", &y); ans == sum; return (0);...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

int main(){ int x,y,sum; clrscr(); { sum=x+y; printf("Enter First number"); scanf("%d", $x); printf("Enter Second number"); scanf("%d", &y); ans == sum; return (0); }