109 Answered Questions for the topic c programming

C Programming C

04/15/16

In C programming, when comparing 2 files, how do I compare which file is newer than the other?

This is for a really big homework. In C programming, when comparing 2 files, how do I compare which file is newer than the other?
C Programming Arrays

08/22/15

Write a c program that would read inputs that correspond to the marks scored by each student in a class for a Test.

Write a c program that would read inputs that correspond to the marks scored by each student in a class for a Test. The input for the problem would be the first value should state the number of... more
C Programming

08/22/15

Display the amount of depreciation, and the value of the asset after depreciation for each of the n year.

One method of calculating depreciation for an asset is the double-declining balance method. In this method, if an amount is to be depreciated over n years,2/n times the undepreciated balance is... more
C Programming Arrays

08/22/15

3.Write a c program that would read inputs that correspond to the marks scored by each student in a class for a Test. The input for the problem would be the fir

Meaning the first mark entered is for student #1,second mark for student #2 and so on. For array declaration purposes, the number of students in the class would never be more than 60. Your program... more
C Programming Oop Program

06/07/15

How can i make this OOP Program?

Declare a class test in which you declare two members of int type a, b and declare a method named divide and divide two members and throw exception of divided by zero
C Programming

11/22/14

c programing question for phonebook application

/*phonebook application*/#include<stdio.h>#include<conio.h>void main(){clrscr();int i,n,number[10],b,c,given[10],g,entry[10];char find[15];struct phonebook{ char name[15]; int... more
C Programming

10/02/14

Create a program that uses a menu with options to enter student information (name, ID, GPA),

Need help asap. Create a program that uses a menu with options to enter student information (name, ID, GPA), print student information, or quit the program. Use data files and FILE pointers to... more
C Programming Computer Programming

08/07/14

I need help with several questions

1. What is the difference in the meaning between x3 and x[3]?   2. For the declaration:   int list[8];   How many memory cells are allocated for data storage? What type of data can be stored... more
C Programming Java Computer Programming

05/22/14

Write a C program that compare the time required to compute the product of two 10,000 x 10,000 matrices with and without optimization for locality.

Write a C program that compare the time required to compute the product of two 10,000 x 10,000 matrices with and without optimization for locality.

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.