increment operatorsthanks for the reply oonej... ihutch..we had such questons in our previous college exams...so had to...
increment operatorsint a, c=11; a =c++ + ++c + ++c; the value of 'a' comes out to be 37. [b]can someone please e...
changing data every time the program is executedhey...thanks bluecoder...with a little reference and your program..i got my problem solved...thanks ...
changing data every time the program is executedwhile working with files, how can i take data stored in a file as input for my variable??? is it pos...
changing data every time the program is executedwhat i wish to do is: before 1st entry, the total expense/sum must be zero. after 1st entry, the sum...