answersLogoWhite

0

Why is cpp or c platform dependent?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Different architecture on different platforms.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is cpp or c platform dependent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why c plus plus is platform dependent?

C++ is not platform dependent. The implementation is, but not the language.


Is cloud computing is platform dependent or independent?

c is platform dependent


How do you create a button in c?

platform-dependent


How do you use a combobox in c?

Platform-dependent.


Is c library a shared library?

Can be -- platform dependent.


What is the maximum size of array in c?

Platform-dependent.


How do you intialize graphic mode in c?

Platform-dependent. For Turbo C, enter initgraph and press Ctrl+F1.


Why the extension cpp of c?

The extension of a file containing a C program can be any extension, so long as the compiler or platform can infer the proper rules to build it. Commonly, for C programs, the extension is .c, so myfile.c would be a C program. The term cpp is not a designation for C++. It means C Program Precompiler, and it is the normal way to build one or more C programs into an executable. Over the years, cpp has evolved into being able to handle all sorts of languages. C++ is one of them. Typical extensions for C++ programs are .cc, .cpp, and .cxx.


Major difference between java and cpp?

CPP typically stands for the C PreProcessor, which does macro expansion on C source code. What I suspect you want to know are the differences between C++ and Java. See the links below for more information on that topic.


What is the Maximum limit of array size in c language?

Platform-dependent.


How do you get the c plus plus standard library on your compiler?

platform-dependent


How do you use graphicsh in c plus plus?

With platform-dependent libraries.