how to execute with out main in cprogram

Answer Posted / sathish

Well done Ravinder. I appreciate your answer.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1876


Tell me what is the purpose of 'register' keyword in c language?

628


What does 2n 4c mean?

742


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

1641


What is this infamous null pointer, anyway?

622






writ a program to compare using strcmp VIVA and viva with its output.

1538


What is boolean in c?

623


Why is structure important for a child?

613


What is string length in c?

622


Where can I get an ansi-compatible lint?

654


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2951


Define Array of pointers.

644


Why should I prototype a function?

652


What is the difference between ‘g’ and “g” in C?

2705


What are static variables in c?

639