find the sum of two matrices and WAP for it.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate call by value and call by reference?
How do you override a defined macro?
difference between object file and executable file
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
List the variables are used for writing doubly linked list program.
What are the types of data types and explain?
When should structures be passed by values or by references?
what are brk, sbrk?
How are 16- and 32-bit numbers stored?
Is a pointer a kind of array?
What is volatile variable in c with example?
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.