1:
if we skip setiosflags(ios::fixed) what will it happenCode:cout << setiosflags(ios::fixed)<<1000000000000.0 << endl;
2: does
meansCode:ValueSum += Value;3:[/code]void PrintChar(char c = '=', int n = 80)[/code]Code:ValueSum=ValueSum+Value
if we call the above function from main with these 4 options what will happen
4: whats the different when we externally declare variables and how can we change them from different locationsCode:PrintChar('*', 20); PrintChar('-'); PrintChar(); PrintChar(20);
5: i cannot understand about the new option i think it somehow bind memory blocks? is it an array or something? when do we have to unbind it? if we dont what will it happen
6: im unable to understand what substr is and how can we use it, also i cannot understand what getline() is
thanks in advance



1Likes
LinkBack URL
About LinkBacks




