answersLogoWhite

0


Best Answer

Loosely.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How the term cross platform programming is assioted with C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is PHP in Linux?

PHP is a cross platform programming language, it is (in theory) available on any operating system.


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


How do you do a 3D character like A using c plus plus 2010?

C++ is a generic, cross-platform programming language, while 3D graphics are platform-specific. To draw graphics of any kind you need a low-level API and library specific to your platform and hardware.


What books are available for learning GUI programming?

Cross-Platform GUI Programming with wxWidgets, C++ GUI Programming, and Introduction to Python Programming and Developing GUI Applications with PYQT by H. M. Harwani.


What is difference between Informatics practice and c plus plus?

Informatics is, broadly speaking, the science of information (amongst other things). C++ is, specifically, a cross-platform, general purpose, programming language.


Is qt a language?

No, Qt is a cross-platform application development framework


What are the most prominent features of C plus plus?

Object oriented programming. General purpose. Cross-platform.


What are sentences that appear to be written in a programming language but do not actually follow the structure of the language?

Pseudocode. It is a cross between English and a programming language, designed to be quickly written and understood without worrying about syntax.


What has the author Scott Seely written?

Scott Seely has written: 'SOAP' -- subject- s -: Cross-platform software development, Internet programming, Object-oriented programming - Computer science -, Simple Object Access Protocol - Computer network protocol -, Web site development, XML - Document markup language - 'Windows Shell Programming'


Advantages of BASIC programming over a low level language?

I wouldn't waste my time learning basic unless required for automating tasks in Microsoft Office products. There are much better "higher-level" programming languages that work cross-platform and are much more powerful - my favorite Python.


Answers to Programming in C Third Edition by Stephen G Kochan?

Programming in C Third Edition by Stephen G Kochan is a book about a programming language that consists of cross platform usage as long as you had adhered to the rules of the language! This language can be combined with other "SDK" header files or basically code sepearated and formatted to isolated header files that consist of "variable declarations", "function declarations" and perform certain matmatical operations for you as you use the functions in a "modular" way and share peacfully.


What is the programming language for apple apps?

Usually C++ or Java. Java is mostly used in mobile devices because of its highly portable (cross-platform) nature. C++ code is faster and is just as portable as Java but must be compiled separately for each platform. Java apps need only be compiled once for all platforms.