wap to print "hello world" without using the main function.

Answer Posted / niranjan vg

compile the above file using the following command

# gcc -nostartfiles <filename.c>

# ./a.out

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In c programming language, how many parameters can be passed to a function ?

621


What is the main difference between calloc () and malloc ()?

566


What are types of functions?

556


What is bash c?

550


How can a program be made to print the name of a source file where an error occurs?

721






What are the types of c language?

547


Who developed c language and when?

573


What is omp_num_threads?

570


Is c high or low level?

571


write a program to create a sparse matrix using dynamic memory allocation.

4364


program to convert a integer to string in c language'

1976


How can I read and write comma-delimited text?

613


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

606


Differentiate abs() function from fabs() function.

588


Why structure is used in c?

574