Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / rupali yadav
no
| Is This Answer Correct ? | 5 Yes | 21 No |
Post New Answer View All Answers
What does c mean in basketball?
What is function prototype in c with example?
When would you use a pointer to a function?
Why c is a procedural language?
What are terms in math?
What’s a signal? Explain what do I use signals for?
What is the difference between the local variable and global variable in c?
Describe the order of precedence with regards to operators in C.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Explain how do you list a file’s date and time?
How does #define work?
Do pointers store the address of value or the actual value of a variable?
Implement bit Array in C.
Explain the array representation of a binary tree in C.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none