answersLogoWhite

0

Is c a dependent language

Updated: 12/15/2022
User Avatar

Ganeshsggs

Lvl 1
15y ago

Best Answer

C is a independent language

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is c a dependent language
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.


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

Platform-dependent.


Is the C language machine dependent or not?

Machine-dependent (generally called "platform-dependent")


Why use setcolor function in c graphics?

C language doesn't say anything about graphics, it is platform-dependent.


How do you enable scroll bar in c language in normal environment?

Platform-dependent, GUI is not part of the standard C libraries.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


What is the size of the pointer in c language?

Platform-dependent, printf ("%d\n", (int)sizeof (void *))will tell you.


Why is Unix portable?

Unix was rewritten in the C Programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms. (mihir)


How to create a thread in C plus plus?

Not part of the language, platform-dependent. Windows: CreateThread Posix: pthread_create in pthread.h


How do you use many colors in c language?

Platform-dependent. But if you are using a PC with Hercules or CGA graphics card, then you are out of luck.


How can embedded the assembly language in c?

Compiler-dependent, in real life you should never do that, write separated Assembly modules instead.


How net is the frame work for c?

It isn't. The .NET framework is the backbone of C#, F# and Visual Basic, all of which are dependent upon the Microsoft Windows platform, whereas C is a cross-platform language.