What is the function of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Can the sizeof operator be used to tell the size of an array passed to a function?
How can I return multiple values from a function?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What are the features of c language?
can we write a program in c for printf and scanf without using header file stdio.h
How variables are declared in c?
Which is better between malloc and calloc?
Write a program to add a given duration with time(24hrs format)
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.