Programming In C
Improve your Programming Skills with almost every C Program.
Sunday, February 6, 2011
char overflow in c
1. Cyclic nature of unsigned char:
Consider following c program:
#include
void main(){
unsigned char c1=260;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment