What are the features of c languages?
a simple c program using 'for' loop to display the output 5 4 3 2 1
why return type of main is not necessary in linux
main() { int i=400,j=300; printf("%d..%d"); }
What is the purpose of scanf() and printf() functions?
How many bytes is a struct in c?
What are the disadvantages of external storage class?
How can I do serial ("comm") port I/O?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How can I run c program?
How does sizeof know array size?
Apart from dennis ritchie who the other person who contributed in design of c language.
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?