answersLogoWhite

0

Is c graphics same as embedded c?

User Avatar

Anonymous

9y ago
Updated: 8/16/2019

No.

Embedded C refers to C used to program the computer in robots, microwaves, your car, etc.

C graphics is very generic and can refer to 3D rendering or just making a GUI.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is the order of precedence with regard to the operator used in embedded C program?

Operator precedence in embedded C is exactly the same as in standard C.


Why graphics mode use in c?

C has nothing to do with graphics.


Explain use of graphics in C language?

C has nothing to do with graphics.


What's C++ used for?

Like C, it is used when a low-level programming language is necessary. While C++ is commonly used for graphics-heavy software such as games, photo and video editing apps, browsers, C is more widely used for embedded devices and OS kernels.


Why doesn't Mozilla Thunderbird forward graphics embedded in emails?

because it just doesn't


Why embedded systems in only c?

Embedded systems are made only in C as it provides efficient memory management independence


Is embedded C an assembly language?

No.


What is the name given to a chart drawn on the same worksheet as its data?

Embedded Chart


Are the 2ds graphics the same as the 3ds graphics?

Yes, the graphics are the same, just without the 3D feature.


Difference between c and embded c?

In the C standard, a standalone implementation doesn't have to provide all of the library functions that a hosted implementation has to provide. The C standard doesn't care about embedded, but vendors of embedded systems usually provide standalone implementations with whatever amount of libraries they're willing to provide. and also Embedded environment, sometime, there is no MMU, less memory, less storage space. In C programming level, almost same, cross compiler do their job.


Is an image embedded in a graphics or audio file that identifies the rights of the creator or owner of the data?

digital watermarks


Why use setcolor function in c graphics?

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