How can I make sure that my program is the only one accessing a file?
No Answer is Posted For this Question
Be the First to Post Answer
where do we use volatile keyword?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
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.
write a c program to store and print name,address,roll.no of a student using structures?
What is the difference between union and structure in c?
what will be maximum number of comparisons when number of elements are given?
How the C program can be compiled?
What is the difference between malloc() and calloc() function in c language?
How do you generate random numbers in C?
What are the storage classes in C?
how to add two numbers without using arithmetic operators?
What is meant by int main ()?