write a programe returns the number of times the character
appears in the string
Answer Posted / mohanraj
if(a[i]==q)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Can an array be an Ivalue?
Do pointers take up memory?
Explain threaded binary trees?
What is d scanf?
What is the difference between malloc() and calloc() function in c language?
What happens if a header file is included twice?
Write a program to swap two numbers without using third variable?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Can one function call another?
Why c is called a mid level programming language?
What is file in c preprocessor?
What is a newline escape sequence?
What is meant by gets in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.