Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / sourisengupta
Thanx elahi....
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is difference between && and & in c?
Can you please compare array with pointer?
Is array name a pointer?
Can variables be declared anywhere in c?
What is chain pointer in c?
What is meant by recursion?
Can a variable be both constant and volatile?
How do I get an accurate error status return from system on ms-dos?
What is ctrl c called?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
how do you programme Carrier Sense Multiple Access
Is javascript based on c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
using for loop sum 2 number of any 4 digit number in c language
Which is better pointer or array?