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
What is header file in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Explain zero based addressing.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
write a proram to reverse the string using switch case?
Explain what’s a signal? Explain what do I use signals for?
How to define structures? ·
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is difference between Structure and Unions?
Explain the difference between structs and unions in c?
What is const volatile variable in c?
Why is struct padding needed?
How can I prevent another program from modifying part of a file that I am modifying?
What is the use of sizeof?