Difference Between embedded software and soft ware?



Difference Between embedded software and soft ware?..

Answer / rajesh kota

Embedded software is a program which will interact with the
physical world. This will be written for a perticular
machine or device which will be dedicated to that for ever.
example: Embedded software is buil in to electronic systems
or cars, home appliances, televisions etc

Normal Software is nothing but the information technoly.

Is This Answer Correct ?    22 Yes 6 No

Post New Answer

More C Interview Questions

Program to display given 3 integers in ascending order

1 Answers   N Tech,


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,






write a C program to print the program itself ?!

16 Answers   TCS,


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Categories