Difference Between embedded software and soft ware?
Answer Posted / 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 View All Answers
Why does the call char scanf work?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Calculate 1*2*3*____*n using recursive function??
How can you return multiple values from a function?
Which header file is used for clrscr?
Explain how do you search data in a data file using random access method?
What is the purpose of main( ) in c language?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the advantages of using new operator as compared to the function malloc ()?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Why can arithmetic operations not be performed on void pointers?
Is exit(status) truly equivalent to returning the same status from main?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are register variables? What are the advantage of using register variables?
Difference between Function to pointer and pointer to function