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
What are the types of type qualifiers in c?
How would you rename a function in C?
What is the meaning of c in c language?
Explain #pragma statements.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Which is better between malloc and calloc?
Why malloc is faster than calloc?
Is Exception handling possible in c language?
How to get string length of given string in c?
What is the benefit of using #define to declare a constant?
How can I trap or ignore keyboard interrupts like control-c?
What is the Purpose of 'extern' keyword in a function declaration?
Without Computer networks, Computers will be half the use. Comment.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Dont ansi function prototypes render lint obsolete?