What is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of bit field?
What is the auto keyword good for?
What is #include conio h?
Explain how do you determine a file’s attributes?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the best way to store flag values in a program?
what is c programing
What is "Duff's Device"?
What is the difference between procedural and declarative language?
What is Function Pointer? Explain with example?
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.
What is meant by recursion?