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

Post New Answer

More C Interview Questions

What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


What is the difference between char array and char pointer?

0 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What is the difference between void main and main in c?

0 Answers  






How many types of arrays are there in c?

0 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


what is bitwise operator?

1 Answers   IBM,


Categories