Answer Posted / a.nagendra reddy
Dennis Ritche
| Is This Answer Correct ? | 137 Yes | 6 No |
Post New Answer View All Answers
What is meant by recursion?
What are the different types of C instructions?
What are header files in c?
How can a process change an environment variable in its caller?
Is c high or low level?
Which header file is used for clrscr?
What is the difference between formatted&unformatted i/o functions?
can we have joblib in a proc ?
What is the difference between char array and char pointer?
What is a function in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is meant by operator precedence?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Is linux written in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.