What are header files and what are its uses in C programming?
Explain null pointer.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are pointers? What are stacks and queues?
What is wrong with this code?
What are the features of the c language?
Is c is a procedural language?
What is wrong with this program statement?
Explain what is the heap?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Write a program to swap two numbers without using the third variable?
Explain what is meant by 'bit masking'?
What is the difference between pure virtual function and virtual function?
Are negative numbers true in c?
Explain how can I make sure that my program is the only one accessing a file?