What is the difference between union and anonymous union?
What is #error and use of it?
What is sizeof array in c?
What is the use of volatile?
How many types of sorting are there in c?
the data type used for unlimited value in c and how to do this program
Write a program to print all permutations of a given string.
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
How can I invoke another program or command and trap its output?
Explain what is the most efficient way to store flag values?
What is the sizeof () operator?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
WHY DO WE USE A TERMINATOR IN C LANGUAGE?