i was writing the first question i got some mistake the program looks good but there's nothing come out
Code:
#include<iostream>
using namespace std;
main()
{
int var = -1,wordlen=0;
while (var)
{
wordlen++;
var = 1;
}
cout <<" The Word length of this Host Machine is" <<var <<"Bits." ;
Leave a comment: