how to execute with out main in cprogram
Answer Posted / developer
Coding seekh le Ravinder.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is "Duff's Device"?
Do pointers need to be initialized?
Why is extern used in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
the question is that what you have been doing all these periods (one year gap)
What is pre-emptive data structure and explain it with example?
How can I read and write comma-delimited text?
Is there any demerits of using pointer?
What is the purpose of scanf() and printf() functions?
What is the process of writing the null pointer?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How to get string length of given string in c?
What is #pragma statements?
how to count no of words,characters,lines in a paragraph.
Explain the properties of union. What is the size of a union variable