answersLogoWhite

0


Best Answer

Using normal C you cannot address a bit value.

The minimum you can address is 1 byte.

using embedded C you can access even abit value

C is a widely used general purpose high level programming language mainly intended for system programming

.

Embedded C is an extension to C Programming language that provides support for developing efficient programs for embedded devices

.

It is not a part of the C language

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Embedded c deals with MicroControllers,IO Ports( Ram, Rom). where as C deals with only memory, operatingSystems. C is a desktop programming language. for embedded a piece of software code is implemented into the hardware for its functioning which should supports pre-emption, low latency etc.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Linux is an operating system and C is a programming language.

An operating system is needed for a computer to do stuff. C needs a computer to run on.

In terms of a car, Linux is the cars driver and C is the passenger.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

There are many different types of computer languages. Some language are very like C, Pascal being an example, closer in some important respects than C++ is to C.

Some languages are very different, such as Prolog, and some other languages designed to be used for logic programming.

C is designed to be a language that is portable and can be used to build operating systems and the compilers for other languages. It is very simple, compared to a language like Java. Its code can be compiled easily to Assembly Language, and is very compact. It is intended to be easier for a human being to deal with than Assembly Language, but was not intended to be used as a language for doing math problems, or organizing lists of things, though it can be used for these things.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

the proper format for entering a command, including how to spell the command, required parameters

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

In C We can not address the Bit value.

In Embedded C we can Address the Bit value.

Srianth

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

embedded language is vury gandi languange. this is not intersted in c and c++. ok understand

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

nothing

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between c syntax and c syntax?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the basic difference between c sharp and vbnet?

They use different syntax.


What is the difference between new Property and Property new syntax in C?

There is no difference. Neither will work because neither is valid in C.


Is the syntax between c and c plus plus different?

Yes


What is the difference between Typedef and Reference in C plus plus?

A typedef is a compiler macro. A reference is a pointer, usually implemented with transparent syntax. They have no relationship between each other.


What is the difference between morphology and syntax?

Morphology is the study of the structure and formation of words, including prefixes, suffixes, and root words. Syntax, on the other hand, deals with the arrangement of words to create well-formed sentences, including word order, sentence structure, and grammar rules that govern how words come together to form meaningful phrases and sentences.


Difference between syntax tree and parse tree?

i dont know but i


What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


What is a difference between Programming language and peoplecode?

Logic is same, but syntax is different.


What is the syntax of foreach in c?

There is no 'foreach' in C


What is the difference between diction and syntax?

Diction is how the words are spoken 'The tip of the tongue the teeth the lips' Syntax is the rules on how to make sentences. 'You and I spoke to him and them and collected money from whom?'


What is the difference between c language and c plus plus in computers?

C++ supports object-oriented principals whereas C does not. C has 34 keywords while C++ has an additional set of 32 keywords, most of which relate to object-oriented programming, while others are synonymous for operators, such as 'and_eq' (same as &=) and 'not' (same as !). Other than that they are largely the same. Most C programmes will compile under C++ without major modification. Some minor syntax differences need to be catered for, but the syntax is largely the same for both.


What is the difference between C and advanced C?

The difference between C and the advanced C is that C is basic. On the other hand, the advanced C is thorough and to the detail.