Can you think of a way when a program crashed before
reaching main? If yes how?
Answer Posted / sunil
The global variables get initialized by the c startup
functions before the main function is being called.
Hence any error in global variables will cause a crash
before reaching the main.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
Give differences between - new and malloc() , delete and free() ?
Differentiate abs() function from fabs() function.
What are the application of c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How the c program is executed?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How can I do serial ("comm") port I/O?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What does 3 mean in texting?
why wipro wase
What is static identifier?
What is memcpy() function?