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 |
what is d pitfalls of registers variables
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Explain what are multidimensional arrays?
What is the difference between exit() and _exit()?
When should you not use a type cast?
What is external variable in c?
write a c program to print "Welcome" without using semicolon in the whole program ??
What is the use of f in c?
Explain what happens if you free a pointer twice?
what is the importance of spanning tree?
Difference between malloc() and calloc() function?
a 'c' program to tell that the set of three coordinates lie on a same line