what are the files which are automatically opened when a c
file is executed?
Answers were Sorted based on User's Feedback
Answer / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / om
stdin ,stdout, strcpy copies the data from one string to
another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
Is c object oriented?
Is that possible to store 32768 in an int data type variable?
How will you find a duplicate number in a array without negating the nos ?
What are the data types present in c?
How can you draw circles in C?
What are the three constants used in c?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
In a switch statement, explain what will happen if a break statement is omitted?
What is a #include preprocessor?
how to make a scientific calculater ?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
How can I change the size of the dynamically allocated array?