how to compare two strings without using strcmp() function??
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Write a code to generate divisors of an integer?
How can I read/write structures from/to data files?
Are enumerations really portable?
What is hash table in c?
What is ambagious result in C? explain with an example.
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
How can you determine the size of an allocated portion of memory?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
what is a function prototype?
find largest of 3 no
What is the OOPs concept?