Answer Posted / shruti
nopes,
it does not come out of the executing prog normally..
for that, we have to explicitly mention as
exit(0);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain how does flowchart help in writing a program?
List out few of the applications that make use of Multilinked Structures?
Is a house a mass structure?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Which driver is a pure java driver
How is = symbol different from == symbol in c programming?
Can you please explain the scope of static variables?
Difference between exit() and _exit() function?
how to capitalise first letter of each word in a given string?
How are variables declared in c?
What are unions in c?
How can I invoke another program or command and trap its output?
What does *p++ do?
Explain what is the benefit of using enum to declare a constant?
what type of questions arrive in interview over c programming?