answersLogoWhite

0

A C developer designs and writes programs using the C programming language. A C++ developer does the same but uses the C++ programming language. A C/C++ developer uses both C and C++.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Who is the developer of Turbo C?

Borland.


Who was the developer of c plus plus language?

Bjarne Stroustrup


What does a C developer need to know?

A C developer deals with computer code development of multiple paradigms. C developers need a sound knowledge of computer mechanics and code languages in order to perform their jobs proficiently.


WHO IS THE developer of C?

C was developed by Dennis Richie at AT and TS Bell Lab. USA in 1962.


What is reg52.h header in c language?

Not part of the standard C-library, so you have to contact its developer.


How do you copy column heading in oracle sql developer?

Shift + cntrl + c


Does windows 7 operating system support c plus plus and c?

Yes, via Visual Developer Studio


Which OS runtime support is currently available on Intel AppUp developer program?

It Uses C/C++ Environment... And Nowadays .Net Environment Is Also Added...!!


What programming language was Ms Access written in?

Microsoft Access was developed on C#. Source: MSDN (Microsoft Developer Network)


What language should you I learn as a game developer?

I would recommend learning C#, as it is widely used by most game developers.


Do you have to pay if you register on the apple developer program?

for Mac developer and iOS developer, yes. it is free do join Safari developer though.


What are the basics in c?

C programming language allows the developer to call previously written operations and definitions, written both by the developer, or by others. C's operators are: Addition, Subtraction, integer promotion, additive inverse, multiplication, division, modulo, assignment, increment (before and after). decrement (before and after) and assignment. C's comparison operators are: equal, greater that, less than, not equal, greater than or equal, less than or equal. C's logical operators are: AND, OR, and NOT. From those, you can write anything.