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
what is the difference between embedded c and turbo c ?
What are the advantage of c language?
I heard that you have to include stdio.h before calling printf. Why?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is data type long in c?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What are two dimensional arrays alternatively called as?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
what are the difference between ANSI C and Let Us c and Turbo C
How do I convert a string to all upper or lower case?
What is the description for syntax errors?