List the difference between a While & Do While loops?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between C and Embedded C?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
wtite a program that will multiply two integers in recursion function
write a program to create a sparse matrix using dynamic memory allocation.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
How can I write a function that takes a format string and a variable number of arguments?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
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 NULL & NUL keywords in C?
What is the best organizational structure?
Why are algorithms important in c program?