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 is extern storage class in c?

0 Answers  


Explain what are its uses in c programming?

0 Answers  


What is Your Name :)

1 Answers  


What is the difference between printf and scanf )?

0 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


what are far pointers?

1 Answers  


What is the general form of function in c?

0 Answers  


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Explain what will the preprocessor do for a program?

0 Answers  


Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.

1 Answers   BladeLogic, Infosys,


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Categories