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
What is masking?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Suggesting that there can be 62 seconds in a minute?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is hash table in c?
explain what are pointers?
What is function pointer c?
How can I manipulate strings of multibyte characters?
Explain the difference between structs and unions in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
List the variables are used for writing doubly linked list program.
Write a program to swap two numbers without using a temporary variable?
How can I do serial ("comm") port I/O?
How can I pad a string to a known length?
Explain what does it mean when a pointer is used in an if statement?