Can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the significance of static storage class specifier?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
give an example of type casting by a simple c program
how to build a exercise findig min number of e heap with list imlemented?
What is volatile
Why main is not a keyword in c?
What is function prototype?
How is null defined in c?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
c program for searching a student details among 10 student details
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.