Write a code to remove duplicates in a string.
What is structure in c definition?
Why is c called c not d or e?
Explain can you assign a different address to an array tag?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are local static variables? How can you use them?
What is difference between constant pointer and constant variable?
What is meant by errors and debugging?
What is the -> in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain the priority queues?
why programs in c are running with out #include
What are the uses of a pointer?
What is sorting in c plus plus?