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 is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


what is the use of pointers

6 Answers   Adobe, GrapeCity,


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  






Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


What is the use of static variable in c?

0 Answers  


question-how to run a c programme.

6 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


Write a program to print "hello world" without using a semicolon?

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Categories