Forum: C++ Feb 21st, 2007 |
| Replies: 7 Views: 1,248 #include "stdafx.h"
#include <iostream>
#include <ctype.h>
#include <fstream>
#include <string>
using namespace std;
int reverseDigit, integer, reverse;
int main()
{ |
Forum: C++ Feb 18th, 2007 |
| Replies: 15 Views: 8,361 Hi friend.
This is goutham from India.
Ur doubt is that why is char range -128 in the negative side.
The most significant bit is sign bit.
So the bits available for storing magnitude is 7.
If... |