what is the difference between embedded c and turbo c ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the explanation for modular programming?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Using which language Test cases are added in .ptu file of RTRT unit testing???
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the difference between malloc() and calloc() function in c language?
How can I do serial ("comm") port I/O?
What is output redirection?
Is there any data type in c with variable size?
What is the maximum no. of arguments that can be given in a command line in C.?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How can you find the exact size of a data type in c?
What is the scope of static variable in c?
What is linear search?
Can a void pointer point to a function?