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
Can include files be nested? How many levels deep can include files be nested?
What is call by reference in functions?
Is it better to bitshift a value than to multiply by 2?
Can a file other than a .h file be included with #include?
Explain the meaning of keyword 'extern' in a function declaration.
What is the advantage of c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is the role of && operator in a program code?
explain what is fifo?
What is function in c with example?
Is c++ based on c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Are local variables initialized to zero by default in c?
What does sizeof return c?
Can we change the value of static variable in c?