Write a C program on Centralized OLTP, Decentralized OLTP
using locking mechanism, Semaphore using locking mechanism,
Shared memory, message queues, channel of communication,
sockets and a simple program on Saving bank application
program using OLTP in IPC?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What does 3 mean in texting?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


What is sparse file?

1 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


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,






Why c is called a middle level language?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


What is operator precedence?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Which header file is used for clrscr?

0 Answers  


Categories