What is the meaning of 2d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programe print the sum of series 0,1,2,.....10
What are the string functions? List some string functions available in c.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
In c programming language, how many parameters can be passed to a function ?
what is a pointer
4 Answers Bank Of America, TCS,
what is data structure.in linear and non linear data structures which one is better?Explain
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,
How pointer is benefit for design a data structure algorithm?
How can I sort more data than will fit in memory?
What are the parts of c program?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is a program?