write c program to display output 10(10+20)+(10+20+30)+ ... n
term
No Answer is Posted For this Question
Be the First to Post Answer
Which is the best sort method for library management?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
write a program to print infinte number
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is the use of the sizeof operator?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
What is %g in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
In a header file whether functions are declared or defined?
What are the restrictions of a modulus operator?
write a C program to print the program itself ?!