What are the scope of static variables?
What is volatile, register definition in C
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is hungarian notation? Is it worthwhile?
implement NAND gate logic in C code without using any bitwise operatior.
char p="data"; printf(p);
how to implement stack work as a queue?
write a programming in c to find the sum of all elements in an array through function.
What is alloca() and why is its use discouraged?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
If the size of int data type is two bytes, what is the range of signed int data type?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What's a "sequence point"?