User profile: Sobo

User info
User name:Sobo
Email:mayukh2012@hotmail.com
Name:MAYUKH SARKAR
Location:New Delhi
Bio:Hi I am an enthusiast in computer programming & I love to create real life application oriented programs.
Statistical data
Birthdate:Feb 4, 1991
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
Python
History
Joined:
Number of posts:10
Latest posts:

Can you explain this please..
please answer what will be the output of the code & why... [code]int i = 10; printf(" %d %d ...

Unusal Subtraction
@MiiNiPaa Thanks bro..I was thinking about address & as int is of 4 byte, I was thinking it to be 12...

Unusal Subtraction
please explain why this prints 3 instead of 12 [code]int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3...

Please explain
@Disch Thanks bro..I was stupidly calculating 2 bitshifts at the same time..Marking it as solved..:)

Please explain
This code prints 32 at the output but can you please tell me how it is 32?? [code]printf("%d", 2<<6...