Why c is procedure oriented?
No Answer is Posted For this Question
Be the First to Post Answer
main is a predefined or user define function if user defined why? if predefined whay?
convert 12345 to 54321 withoutusing strig
Is c is a procedural language?
What is the difference between near, far and huge pointers?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What is c basic?
What is the difference between the = symbol and == symbol?
What is a constant?
what is difference between C and C++
Are the variables argc and argv are local to main?
Explain union. What are its advantages?
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.