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.
No Answer is Posted For this Question
Be the First to Post Answer
differnce between do and do while
What is the mean of this statement:: if(int i=0 * i=9)
What are the different data types in C?
Which programming language is best for getting job 2020?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
in malloc and calloc which one is fast and why?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
Is null a keyword in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Tell me is null always defined as 0(zero)?
What do you mean by a local block?