Answer Posted / valli
_start will call the main function in c under linux
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a null string in c?
What is the significance of c program algorithms?
What is struct node in c?
Do pointers store the address of value or the actual value of a variable?
What does stand for?
What is integer constants?
What is meant by keywords in c?
Explain what is the most efficient way to store flag values?
Where static variables are stored in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How we can insert comments in a c program?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is zero based addressing?
explain what are actual arguments?