Answer Posted / ricky dobriyal
/* hello i am ricky dobriyal student of bca from simt
kashipur*/
c source file converted into exe file automatically when
you run the program
thank you..
| Is This Answer Correct ? | 8 Yes | 24 No |
Post New Answer View All Answers
Why do we write return 0 in c?
What are the keywords in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is variable initialization and why is it important?
What is extern storage class in c?
Is c is a middle level language?
What is boolean in c?
what is ur strangth & weekness
What is nested structure with example?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Is it better to bitshift a value than to multiply by 2?
What does typedef struct mean?
Hai what is the different types of versions and their differences
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What does char * * argv mean in c?