What does the characters “r” and “w” mean when writing programs that will make use of files?
No Answer is Posted For this Question
Be the First to Post Answer
What are the application of c?
What do you mean by a sequential access file?
What is the difference between procedural and functional programming?
What is the difference between array and pointer in c?
what does ‘segmentation violation’ mean?
What is pointer to pointer in c language?
How many levels of pointers can you have?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are types of structure?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the purpose of the preprocessor directive error?