Why do we write return 0 in c?


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

Post New Answer

More C Interview Questions

what is the difference between i++ and ++i?

5 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


What is a void pointer in c?

0 Answers  


what is inline function?

2 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,






Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


What is union and structure?

0 Answers  


Subtract Two Number Without Using Subtraction Operator

0 Answers  


int far *near * p; means

0 Answers   Honeywell,


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


What is that continue statement??

4 Answers  


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


Categories