Vimalab
Banned
- Joined
- Oct 1, 2014
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 0
reg cval;
tcount = cval;
If am define cval as reg in my program what will be the value stored in tcount?
Initially am not intializing any value to cval am just declare it as reg.
tcount = cval;
If am define cval as reg in my program what will be the value stored in tcount?
Initially am not intializing any value to cval am just declare it as reg.