User profile: tdk93

User info
User name:tdk93
Name:Akshay
Location:NITJ
Statistical data
Birthdate:Dec 9, 1993
Gender:Male
Occupation:Student
Skills:C
C++
Python
History
Joined:
Number of posts:43
Latest posts:

Difference between static short and short
Thanks a lot for the help Peter. I posted the same question on Stack Overflow and received a very ho...

Difference between static short and short
The following code just works fine and gives what is expected [code] #include <iostream> using name...

input of a program from file but no output on stdout
This did it. Thanks a ton!

input of a program from file but no output on stdout
I did this [code] prog.exe <input.txt> output.txt //This works fine, that is output goes to t...

How does this program work
How does the following program work? What's the use of 34 here? [code] #include <stdio.h> ch...