increment and decrementhere is a snippet void main() { int a=6; a*=++a; printf("a=%d",a); } output 42 i m co...
string logical question@peter87, whch compiler do you use?? i use turbo c++. i m getting wierd results. when i change the ...
string logical questionplease see the following snippet. i get a garbage value as output. void main() { char arr[7]="...