hellIon 0 Newbie Poster
Recommended Answers
Jump to Post>wat does these statements .do...............
What does your reference manual say?
Jump to Posthttp://www.daniweb.com/forums/thread159962.html
Well we're not going to explain every last snippet of assembler syntax because you're too lazy to seek out some kind of reference manual.
Jump to PostThe main method is often misunderstood.
In C89, main() on its own is acceptable, but C99 only allows for either (The second one is for command line paramaters):
int main ( void )
int main ( int argc, char *argv[] )In C89, main() MUST return something but C99 …
All 11 Replies
Colin Mac 53 Posting Whiz
hellIon 0 Newbie Poster
hellIon 0 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
hellIon 0 Newbie Poster
carson myers -5 Unverified User
Salem 5,265 Posting Sage
carson myers -5 Unverified User
carson myers -5 Unverified User
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
carson myers -5 Unverified User
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.