Why c is known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
What are pointers in C? Give an example where to illustrate their significance.
Why do we need volatile in c?
What is the value of h?
How many types of sorting are there in c?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
Explain a file operation in C with an example.
p*=(++q)++*--p when p=q=1 while(q<=6)
Who is the founder of c language?
Explain the process of converting a Tree into a Binary Tree.
what is the output of printf("%d",(scanf("%d",10));
What is array of structure in c programming?