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
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 []);
How can I find out how much free space is available on disk?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Explain what does the function toupper() do?
Can a pointer be static?
How to get string length of given string in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the 3 types of structures?
Are pointers integer?
What is the deal on sprintf_s return value?
What does the message "automatic aggregate intialization is an ansi feature" mean?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is main return c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is a header file?