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

How arrays can be passed to a user defined function

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


What is p in text message?

0 Answers  


What are formal parameters?

0 Answers  






When should a far pointer be used?

0 Answers   Aspire, Infogain,


second highest number in a given set of numbers

3 Answers   TCS,


What is main void in c?

1 Answers  


What is function prototype in c language?

0 Answers  


what are the advantage and disadvantage of recursion

5 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Explain how can I read and write comma-delimited text?

0 Answers  


Categories