How can I find the modification date of a file?
What is the difference between int main and void main?
What is function definition in c?
Is it better to use malloc() or calloc()?
Program to find larger of the two numbers without using if-else,while,for,switch
What is void pointers in c?
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 “****”.
what is pointer?
Explain what are the different data types in c?
What is logical error?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
size maximum allocated by calloc()
What are the types of macro formats?