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

Explain what does the function toupper() do?

0 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,


What is main () in c language?

0 Answers  


Explain what standard functions are available to manipulate strings?

0 Answers  






main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


What is a stream?

0 Answers  


Why c is called top down?

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


Explain how do you override a defined macro?

0 Answers  


What are dangling pointers in c?

0 Answers  


What is difference between structure and union in c?

0 Answers  


Categories