User profile: sachin6

User info
User name:sachin6
Name:sachin
Location:mumbai
Bio:beginner in programming world
Statistical data
Birthdate:Jul 7, 1994
Gender:Male
Occupation:Student
Skills:C
History
Joined:
Number of posts:3
Latest posts:

increment and decrement
here 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 question
please see the following snippet. i get a garbage value as output. void main() { char arr[7]="...