how to execute with out main in cprogram

Answer Posted / rishabh

dude how it worked!!!!!!!

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do the 'c' and 'v' in argc and argv stand for?

651


What are the different types of control structures in programming?

664


How reliable are floating-point comparisons?

632


Why is c called c?

638


What is difference between structure and union?

606






Explain built-in function?

599


What is the ANSI C Standard?

782


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3737


How do you determine a file’s attributes?

605


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

811


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1635


What is a const pointer in c?

677


What happens if a header file is included twice?

604


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

619


What is void main ()?

617