Can you add pointers together? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between ‘g’ and “g” in C?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is the most efficient way to count the number of bits which are set in an integer?
what are the uses of structure?
Why we use conio h in c?
what is meant by flushll() in c programming?
what is the difference between 123 and 0123 in c?
How can you find the day of the week given the date?
Why cann't whole array can be passed to function as value.
second highest number in a given set of numbers
what is use#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,