program to find out date after adding 31 days to a date in
the month of febraury also consider the leap year
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
what do the 'c' and 'v' in argc and argv stand for?
what is dangling pointer?
find the sum of two matrices and WAP for it.
what is level of tree if leaf node is at level 4.please explain.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is infinite loop?
what is foreign key in c language?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Explain what math functions are available for integers? For floating point?
What is an lvalue and an rvalue?