answersLogoWhite

0

How is C program portable?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

Your program is portable if you can compile and execute it on different platforms.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is C program portable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is lint in c language?

Lint is suspicious or non-portable code. Lint is also the name of a program that looks for suspicious or non-portable code.


What has the author Patricia Giencke written?

Patricia Giencke has written: 'Portable C++' -- subject(s): C++ (Computer program language)


How can you make a graphics program portable?

Any program can become portable (if that means multi-platform) by rewritting in a programming language like Java and including the jvm with the program First, use a portable programming language and associated portable libraries. Java is one, others are C/C++, FreeBASIC, The suite of GCC when coupled with Cygwin. There are many portable graphics libraries to use. A few are: Simple Direct Media Layer (Video, Audio and Input) OpenGL 2d & 3d Graphics Included with almost ALL systems MESA (A layer on top of OpenGL)


Why is c plus plus language more portable than c language?

They are equally portable. Conditional compilation is supported by both languages.


What is Adobe Fireworks Portable?

Adobe Fireworks portable is a portable version of the Adobe Fireworks program. Portable in this sense means that you can transport the program from location (computer) to location through a removable media (USB) without having to install it again on the new computer. The process is usually done by embedding all necessary files for the successful running of the program, into an archive (zip) file. A lot of portable applications currently exist, mostly tailor-made. The most obvious being Firefox Portable. See the related link.


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Features of c program?

the features of a C program


Who made the radio portable?

Johnathon C. Mourcock


I want to move EVERYTHING on my c drive to a 1tb portable hard drive and use this hard drive as my primary memory source and use c as a secondary memory source is this possible?

On C drive is where your Windows and program sis installed. So proably it won't do without reinstalling them.


What has the author Brian M Carlson written?

Brian M. Carlson has written: 'Discussion of portable compilers' -- subject(s): Compilers (Computer programs), Modula-2 (Computer program language), C (Computer program language), Translators (Computer programs)


What is executive a c program?

I think it is 'execution of a C program'.


Is c language is heterogeneous?

Programming languages cannot be 'portable', but programs written in C might be portable, if they follow the strictest standards and do not use platform-specific features or functions.