write c program to display output 10(10+20)+(10+20+30)+ ... n
term
What is extern storage class in c?
Explain what are its uses in c programming?
What is Your Name :)
What is the difference between printf and scanf )?
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
write a c program to check weather a particluar bit is set or not?
what are far pointers?
What is the general form of function in c?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain what will the preprocessor do for a program?
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.