Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- /////////////////////////////////////////////////////
- int SONY()
- {
- return 41;
- }
- /////////////////////////////////////////////////////
- int main()
- {
- int n1 = 3, // iouiuiou
- n2 = 2, // ljkjlkj
- n3 = n1 + n2;
- printf("n3 = %d, %s", SONY(), "Dima");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement