Is using exit() the same as using return?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to print this sereis 2 4 3 6 5..........?

3 Answers  


What does the c preprocessor do?

0 Answers  


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


User define function contain thier own address or not.

2 Answers  






Is null always defined as 0(zero)?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


what is the mean of c languages.

1 Answers   Polaris,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


What is optimization in c?

0 Answers  


What does & mean in scanf?

0 Answers  


Categories