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

Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


how to swap 4 number without using temporary number?

2 Answers  


Why do we need arrays in c?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


can a union be self-referenced?

1 Answers  






a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


Write a program to check palindrome number in c programming?

0 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


What is break in c?

0 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


What are qualifiers in c?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


Categories