Answer Posted / rahul
no we can't write a program with out main function, this
function is the main function which usually help OS to kill
the process that has executed, like in JAVA main() is used
as a thread whose wqork is to kill the executed process and
mark those as GC( Garbage collection)
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain modulus operator.
How can a process change an environment variable in its caller?
What is a program flowchart?
Is there any possibility to create customized header file with c programming language?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Differentiate between declaring a variable and defining a variable?
What is the difference between variable declaration and variable definition in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How can you access memory located at a certain address?
Why is this loop always executing once?
What is c programing language?
What is the difference between memcpy and memmove?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is boolean in c?