Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / ankith.v
It is not possible
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is bubble sort technique in c?
What is size of union in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What does dm mean sexually?
What are the advantage of c language?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Is c compiled or interpreted?
What is the deal on sprintf_s return value?
What is echo in c programming?
What is extern variable in c with example?
shorting algorithmS
Array is an lvalue or not?
Why is sizeof () an operator and not a function?
Can a program have two main functions?
Who invented b language?