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

write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


How to removing white spces in c programming only bu using loops

2 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,






main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


what is bit rate & baud rate? plz give wave forms

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


what is the difference between while and do while?

2 Answers  


Categories