Program to trim a given character from a string.
Answer Posted / dj
in above solution while loop iterates for only 6 times
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who invented bcpl language?
What is an auto keyword in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is return in c programming?
Write the control statements in C language
When was c language developed?
Why pointers are used in c?
What is the size of array float a(10)?
What is the purpose of void in c?
Why is sizeof () an operator and not a function?
What are the advantages of the functions?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Tell me the use of bit field in c language?
Why functions are used in c?
Why does not c have an exponentiation operator?