Answer Posted / shafi shaik
Every Programing Language the program Compilation Starts
with main(). Becase The main() os a Driver function.
Exam any application(valclator , ms-word etc) to clicking
the mouse the application internally execute the
application through the dos prompt
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a program to print "hello world" without using a semicolon?
What do you mean by invalid pointer arithmetic?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Difference between MAC vs. IP Addressing
Explain can static variables be declared in a header file?
What is difference between scanf and gets?
When should a type cast not be used?
How can I insert or delete a line (or record) in the middle of a file?
What is scope and lifetime of a variable in c?
What is assignment operator?
Can you please compare array with pointer?
What is the difference between c &c++?
What is the purpose of & in scanf?
When would you use a pointer to a function?
What is a constant and types of constants in c?