Answer Posted / abhinendra bhadauriya
main is an thread which create process in the memory with the help of operating system
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is string length in c?
Explain how can you determine the size of an allocated portion of memory?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Is fortran faster than c?
Why are algorithms important in c program?
What are the types of type specifiers?
Does sprintf put null character?
Is there a built-in function in C that can be used for sorting data?
What is a macro?
int far *near * p; means
what are the different storage classes in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
what is the role you expect in software industry?
What is a newline escape sequence?