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

Explain setjmp()?

0 Answers  


Explain the concept of "dangling pointers" in C.

2 Answers  


1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


What is period operator in c?

3 Answers   Wipro,


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


what are the advantages & disadvantages of unions?

2 Answers  


How to declare pointer variables?

0 Answers  


Define the scope of static variables.

0 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


What is the difference between c and python?

0 Answers  


Categories