How many levels deep can include files be nested?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is the difference between Printf(..) and sprint(...) ?
Explain following declaration int *P(void); and int (*p)(char *a);
how can write all 1to 100 prime numbers using for loop,if and break ?
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 stack in c?
write a program to add two numbers of any size.....(remember any size)
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Why is python slower than c?
what is the difference between postfix and prefix unary increment operators?