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
State two uses of pointers in C?
Write a program to print numbers from 1 to 100 without using loop in c?
write a program to remove duplicate from an ordered char array? in c
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is new line escape sequence?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
How can I write a function that takes a format string and a variable number of arguments?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .