Explain what is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
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 “****”.
Define macros.
consagous technology placement paper
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What is the difference between exit() and _exit() function?
1 1 12 21 123 321 12344231 how i creat it with for loop??
what do structure language means?
Why does the call char scanf work?
Where static variables are stored in memory in c?
How can I read and write comma-delimited text?
How main function is called in c?
What do you mean by a sequential access file?