Why do we use return in c?


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

Post New Answer

More C Interview Questions

what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Is there a way to compare two structure variables?

0 Answers  


Why we use break in c?

0 Answers  


Should I learn data structures in c or python?

0 Answers  


What is the use of clrscr?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


What does c in a circle mean?

0 Answers  


How pointer is different from array?

0 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


Categories