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
Why static variable is used in c?
What is unsigned int in c?
What is a protocol in c?
What is static and auto variables in c?
how to capitalise first letter of each word in a given string?
Why do we use stdio h and conio h?
What are # preprocessor operator in c?
What is advantage of pointer in c?
What is d scanf?
Why do we use main function?
Explain how do you view the path?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How do you write a program which produces its own source code as output?
What is bubble sort in c?