Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
0 Endorsements
Ranked #22.6K
7 Posted Topics
Ya.. the above link provides you all.. for just knowing you could refer file handling operations in any c language books....
hi cyn4kids... welcome to the forum.. hope you could learn more for here...
This is vignesh.. pursuing my B.Tech final yr. in ANNA UNIVERSITY, TamilNadu... I heard that this community is very helpful for freshers and the one who would like to know more about the IT technologies... So, i hope that u all friends will help me to gain knowledge about the …
Can u plz explain the output...... [code] #include<stdio.h> #define product(n1,n2) n1*n2 int main() { int a,b,c; a=b=2; c=product(a+2,b+1); printf("%d",c); return 0; } [/code] output:7
The End.
vigneshbro