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
Where we use clrscr in c?
Can a pointer be null?
How will you delete a node in DLL?
What is the meaning of && in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the basic data types associated with c?
Explain what is wrong with this statement? Myname = ?robin?;
What is #include stdio h and #include conio h?
I heard that you have to include stdio.h before calling printf. Why?
What is a MAC Address?
Stimulate calculator using Switch-case-default statement for two numbers
What are the differences between Structures and Arrays?
about c language
Describe explain how arrays can be passed to a user defined function
What is self-referential structure in c programming?