Please inform me can we use C programming in all OS of Mobiles . Like J2ME, Symbian, I Phone, Apple..
sharathk60 0 Light Poster
Recommended Answers
Jump to Post>Yes you can use its source code to all os
Assuming a compiler exists that targets the desired operating system. That's generally a safe assumption with C, but it does mean that you'll find systems where C isn't an option due to lack of developer tools.
Jump to PostIf the compiler will generate the proper machine codes and the linker will produce the proper addresses then yes it will produce executable code....The only remaining obstacle is wrapping the executable code in a format recognized by the operating system...
Isn't that the job of the linker?
The program …
All 5 Replies
shashwat_2010 -5 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
Adak 419 Nearly a Posting Virtuoso
gerard4143 371 Nearly a Posting Maven
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.