what are the files which are automatically opened when a c
file is executed?
Answer Posted / 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 |
Post New Answer View All Answers
Explain high-order and low-order bytes.
How can you determine the size of an allocated portion of memory?
How do you declare a variable that will hold string values?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
How can I trap or ignore keyboard interrupts like control-c?
Where in memory are my variables stored?
What is the advantage of a random access file?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between union and anonymous union?
What do you understand by friend-functions? How are they used?
How can I remove the leading spaces from a string?
Where local variables are stored in c?
What are structures and unions? State differencves between them.
What are type modifiers in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor