how to execute with out main in cprogram
Answer Posted / arpit gupta
in this code getch() need prototype
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is memory leak in c?
Why does everyone say not to use gets?
How will you find a duplicate number in a array without negating the nos ?
What are the advantages of using linked list for tree construction?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what are enumerations in C
How to write a multi-statement macro?
Write a code to remove duplicates in a string.
why return type of main is not necessary in linux
What is the difference between a string and an array?
What are qualifiers and modifiers c?
Where can I get an ansi-compatible lint?
Define C in your own Language.
how to write a c program to print list of fruits in alpabetical order?
What’s the special use of UNIONS?