Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<stdio.h>
- int main ()
- {
- int n,broj;
- printf("Vnesi go n-ot stepen na 10 \n");
- scanf("%d",&n);
- broj=10;
- n=1;
- broj=broj*n;// tuka vekje se gubam
- n++;
- printf("Brojot e %d", &broj);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment