int val; int *p=&val; why does (++val)++ gives err in c bt nt in c++..... i knw dt abv expression wd produce undefined results bt i just want to knw why its nt giving the err in c++....
2nd ques is whn ++val++ is invalid thn why ++*p++ is valid.... does it hv something to do wd references....?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
