When we use void main and int main?
No Answer is Posted For this Question
Be the First to Post Answer
difference between object file and executable file
What is volatile, register definition in C
what is calloc and malloc?
what is computer
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How can I delete a file?
What happens if header file is included twice?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
What is the process to create increment and decrement stamen in c?
What does sizeof int return?
What does c mean in basketball?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y