Prashanth's Blog
About Me
Name:
Prasanth NV
Location:
India
View my complete profile
Previous Posts
Starting and Stopping a service using a Windows Ap...
Validating XML with XSD
Stored Procedures for the xml insertion
XML Insertions for Oracle XMLType Large Files
English Learning
Body Language During Job Interviews
Database insertion problems
DOT NET QUESTIONS
About Me
Tuesday, October 30, 2007
Assigned value starts with zero in C / C++
Any assignment that starts with zero is taken as Octal.
That is
Int x = 011;
Cout << x;
// will print 9
// will show 80 X 1 + 81 X 1 = 9
posted by Prasanth NV @
1:54 AM
0 Comments:
Post a Comment
<< Home
0 Comments:
Post a Comment
<< Home