how to execute with out main in cprogram
Answer Posted / himanshu
ans 13 is not totally right!
you see you have used main straight away.
you aren't supposed to use main any where in the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do shell structures work?
How can I run c program?
Why can’t constant values be used to define an array’s initial size?
Is there a way to jump out of a function or functions?
What is a structural principle?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Should I learn c before c++?
Explain pointer. What are function pointers in C?
Explain what are header files and explain what are its uses in c programming?
how could explain about job profile
Explain what standard functions are available to manipulate strings?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Subtract Two Number Without Using Subtraction Operator
What is this pointer in c plus plus?