I need a sort of an approximate strcmp routine?
No Answer is Posted For this Question
Be the First to Post Answer
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain modulus operator. What are the restrictions of a modulus operator?
Is malloc memset faster than calloc?
What is an volatile variable?
what is the structure pointer?
What is structure packing ?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
What is a #include preprocessor?
What is the difference between union and structure in c?
Is multithreading possible in c?
What is the purpose of scanf() and printf() functions?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.