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?
Write a program to check palindrome number in c programming?
How do you define a string?
Is multithreading possible in c?
c program to manipulate x=1+3+5+...+n using recursion
Write a program to exchange two variaables without temp
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
WAP to convert text into its ASCII Code and also write a function to decode the text given?
How to print "Hi World" without using semi colon?
How can I sort a linked list?
i want to know aptitude questions,technical questions
how to capitalise first letter of each word in a given string?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.