How can I implement sets or arrays of bits?
No Answer is Posted For this Question
Be the First to Post Answer
to get a line of text and count the number of vowels in it
Why c is procedure oriented?
Can a file other than a .h file be included with #include?
the data type used for unlimited value in c and how to do this program
simple program for virtual function?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is #define used for in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
1. Write a program to reverse every second word in a given sentence.
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
How the C program can be compiled?
What is an auto variable in c?