Answer Posted / rambo
in general _startup is handler for reset vector(0xffff in
freescale) _startup function calls main function.
if u replace main() with ur own function then the system
call ur function.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Give basis knowledge of web designing ...
What is the difference between abs() and fabs() functions?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Describe the modifier in c?
What is the general form of function in c?
Here is a neat trick for checking whether two strings are equal
How can I manipulate strings of multibyte characters?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is pragma c?
What are the different data types in C?
How many identifiers are there in c?
What are derived data types in c?
What is sorting in c plus plus?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?