what is the difference between embedded c and turbo c ?



what is the difference between embedded c and turbo c ?..

Answer / aravind

Embedded C has Integrated Development Environment(IDE) and additional predefined functions and other standard libraries including C.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

Why is sprintf unsafe?

0 Answers  


What are the types of data files?

0 Answers  


how to make program without <> in libray.

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,






what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


Why malloc is faster than calloc?

0 Answers  


what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


What is the best organizational structure?

0 Answers  


write a program to generate 1st n fibonacci prime number

2 Answers  


what is inline function?

2 Answers  


Categories