what is the difference between embedded c and turbo c ?
Answer / aravind
Embedded C has Integrated Development Environment(IDE) and additional predefined functions and other standard libraries including C.
| Is This Answer Correct ? | 3 Yes | 3 No |
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
How can I recover the file name given an open stream or file descriptor?
What is an arrays?
What is the difference between call by value and call by reference in c?
Explain the red-black trees?
Explain what does the format %10.2 mean when included in a printf statement?
Write a program to exchange two variaables without temp
What is the use of extern in c?
How can you call a function, given its name as a string?
Why is c so powerful?
Explain is it better to bitshift a value than to multiply by 2?
What are the complete rules for header file searching?