v.s.n.kumar
Member level 1
- Joined
- Dec 2, 2013
- Messages
- 38
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 303
Hi,
can anybody tell what is the result of below lines in c.
main()
{
int i=0x90;
printf("%%d",i);
}
can anybody tell what is the result of below lines in c.
main()
{
int i=0x90;
printf("%%d",i);
}