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

1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


What are run-time errors?

0 Answers  






Can stdout be forced to print somewhere other than the screen?

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


What is an auto variable in c?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


what is answer for perfect number????????????????

1 Answers  


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


Categories