Answer Posted / aashok
Dennis Retche
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do some versions of toupper act strangely if given an upper-case letter?
What are the different types of C instructions?
Explain what are run-time errors?
What are the types of type specifiers?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between exit() and _exit() function in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Can you write the algorithm for Queue?
Why calloc is better than malloc?
Why do we use main function?
What is the purpose of realloc()?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
program for reversing a selected line word by word when multiple lines are given without using strrev
Is Exception handling possible in c language?
Explain what is the benefit of using const for declaring constants?