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
What is an arrays?
Why do we use stdio h and conio h?
What is the collection of communication lines and routers called?
Can we declare variables anywhere in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Does c have enums?
What is the Purpose of 'extern' keyword in a function declaration?
Why do we use return in c?
write a program to create a sparse matrix using dynamic memory allocation.
Is c is a procedural language?
What is pointer to pointer in c with example?
How can you allocate arrays or structures bigger than 64K?
What is null pointer in c?
What is a lvalue
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none