What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How does sizeof know array size?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Explain the properties of union. What is the size of a union variable
What is the difference between c and python?
Write a function in c to find the area of a triangle whose length of three sides is given.
write a C code To reverse a linked list
Difference between Function to pointer and pointer to function
What is the purpose of Scanf Print, getchar, putchar, function?
Give differences between - new and malloc() , delete and free() ?
Dear Sir, we are required the bubble sorting programs Regs Prem
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?