What is the main differences between C and Embedded C?
Answer Posted / dhanasekaran
Normal C finally needs for .exe file
Embedded C for .hex file
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a program of prime number using recursion.
Explain the priority queues?
how many key words availabel in c a) 28 b) 31 c) 32
Simplify the program segment if X = B then C ← true else C ← false
What is the purpose of main( ) in c language?
What are qualifiers in c?
What is function pointer c?
What is 1f in c?
Is calloc better than malloc?
What is a void pointer in c?
Do array subscripts always start with zero?
By using C language input a date into it and if it is right?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is the use of define in c?
What are the advantages and disadvantages of pointers?