Was 2000 a leap year?
How pointers are declared?
Explain what is the stack?
Can static variables be declared in a header file?
Explain Function Pointer?
Explain how do you determine the length of a string value that was stored in a variable?
Why do some versions of toupper act strangely if given an upper-case letter?
What is printf () in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
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?
Explain how do you determine whether to use a stream function or a low-level function?
Is the exit() function same as the return statement? Explain.
Write programs for String Reversal & Palindrome check
Explain 'bit masking'?
Explain argument and its types.