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 |
who invented c
What does sizeof return c?
What is non linear data structure in c?
What is the main differences between C and Embedded C?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
Why isn't any of this standardized in c? Any real program has to do some of these things.
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
related to rdbms query .
write a program whose output will be- 1 12 123 1234
What are multibyte characters?
how can we use static and extern?and where can we use this?
What is the value of c?