User profile: parthiban
User info |
User name: | parthiban |
History |
Joined: | Jun 13, 2012 at 4:47am |
Number of posts: | 5 |
Latest posts: |
Array mem assignment hi, i have little confuse between pointer and array. Below my code is shown
int main()
{
int rx...
linux kernel book
hi,
i like to learn linux kernel architecture and programming. so can any one tell whi...
logical operators ya thank you... now i got clear idea about these precedence because the way of you have explained. ...
logical operators ya good,i got clear idea about evaluation,but why logical OR getting higher priority than logical AN...
logical operators
int x,y,z;
x=y=z=1;
++x||++y&&++z;
cout<<x<<y<<z;--->x=2,y=1,z=1
i have tried this puzzle in...
|
This user does not accept Private Messages