Why do we write return 0 in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
What is a spanning Tree?
Explain the use of 'auto' keyword
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the purpose of the preprocessor directive error?
what is the difference between unix os and linux os
simple program for virtual function?
What is a floating point in c?
What do you mean by c what are the main characteristics of c language?
How can you determine the maximum value that a numeric variable can hold?