How can I use a preprocessorif expression to ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the format %10.2 mean when included in a printf statement?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
Example of friendly function in c++
can we execute the program with the object file
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
To what value do nonglobal variables default? 1) auto 2) register 3) static
Write down the program to sort the array.
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Explain command-line arguments in C.
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,
Explain how can you tell whether a program was compiled using c versus c++?
Do you know what is the purpose of 'extern' keyword in a function declaration?