how to execute with out main in cprogram
Answers were Sorted based on User's Feedback
Answer / rina
any c program is not run without main function
main function is compalsary in c program
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / rakesh
nice 1 ravinder..!!!
great work..!!
m also having same ans.!!
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / shashank
isme bhi yahi ho raha hai
but with a trick
pls anyone can give me good links(url) to master c
| Is This Answer Correct ? | 0 Yes | 5 No |
how many times of error occur in C
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What are the key features of C?
main() { printf("hello%d",print("QUARK test?")); }
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
Why do we need volatile in c?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
what is the format specifier for printing a pointer value?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
what is array?
Q. where is the below variables stored ? - volatile, static, register