what does exit() do?

Answer Posted / guest

come out of executing programme.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is FIFO?

677


how can use subset in c program and give more example

1503


What is meant by 'bit masking'?

889


What is difference between union All statement and Union?

628


What are # preprocessor operator in c?

632






What are 'near' and 'far' pointers?

621


Explain logical errors? Compare with syntax errors.

632


Explain what header files do I need in order to define the standard library functions I use?

649


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1919


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

612


Are local variables initialized to zero by default in c?

554


List the difference between a 'copy constructor' and a 'assignment operator' in C?

639


What is substring in c?

642


Explain the bubble sort algorithm.

647


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

604