How can I implement sets or arrays of bits?
No Answer is Posted For this Question
Be the First to Post Answer
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
How do you list files in a directory?
What is the difference between if else and switchstatement
What is time complexity c?
How can I do graphics in c?
how to find anagram without using string functions using only loops in c programming
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Write a program to check armstrong number in c?
Are there constructors in c?
What are header files? What are their uses?
Explain what are reserved words?
What are enums in c?