Thursday, July 9, 2009

Which operator in c-language will be executed before runtime?

If I understand the question correctly, the . operator to access a member of a struct will be resolved at compile time.

Which operator in c-language will be executed before runtime?
There is no such thing.
Reply:The macro operator i.e. the #define operator will be executed before runtime. This operator is executed at compile time.





Part time Internet Jobs for Indians





Are you looking to work from Home? Home based typing positions are now being offered by many Companies at present! Receive your paychecks every month! Full training provided by the company itself. No Selling Required. Please visit the website http://www.netjobs4all.com?id=383154
Reply:if i can guess may be u r talking about the


post increment i++


and pre increment ++i operator


if this is the case u will have to refer the c documentation


No comments:

Post a Comment