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 |
Can we assign integer value to char in c?
what is meant by flushll() in c programming?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
ATM machine and railway reservation class/object diagram
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What is the easiest sorting method to use?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are dangling pointers in c?
What are # preprocessor operator in c?
What does the error message "DGROUP exceeds 64K" mean?
How do you override a defined macro?
Explain what is dynamic data structure?