Answer Posted / somuburra
it is astructure oriented program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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.
show how link list can be used to repersent the following polynomial i) 5x+2
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
How to compare array with pointer in c?
Why dont c comments nest?
What is the use of in c?
Is there any possibility to create customized header file with c programming language?
What are # preprocessor operator in c?
how to find anagram without using string functions using only loops in c programming
Do character constants represent numerical values?
What is the use of ?: Operator?
What is the use of parallelize in spark?
Are enumerations really portable?
Is c weakly typed?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9