Write a progarm to find the length of string using switch case?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What does a function declared as pascal do differently?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain how to reverse singly link list.
How does placing some code lines between the comment symbol help in debugging the code?
Compare and contrast compilers from interpreters.
I came across some code that puts a (void) cast before each call to printf. Why?
What is this infamous null pointer, anyway?
What is pre-emptive data structure and explain it with example?
How do I copy files?
Is it valid to address one element beyond the end of an array?
what is uses of .net
What are the similarities between c and c++?
How to compare array with pointer in c?