Answer Posted / vamsi
the main function receives command line arguments and so if
v pass any command line arguments as in put they have to b
taken and executed for this reason the execution starts from
main
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the most efficient way to count the number of bits which are set in an integer?
What is double pointer?
How can I read a binary data file properly?
Write a program to swap two numbers without using a temporary variable?
Is using exit() the same as using return?
How do I convert a string to all upper or lower case?
Explain Basic concepts of C language?
What is meant by inheritance?
How can you access memory located at a certain address?
What is the difference between volatile and const volatile?
Why do we use null pointer?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is difference between structure and union?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain how can I read and write comma-delimited text?