program for reversing a selected line word by word when
multiple lines are given without using strrev


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are different types of operators?

0 Answers  


how many errors in c explain deply

0 Answers  


What is else if ladder?

0 Answers  


What is wrong with this initialization?

0 Answers  


What are the types of unary operators?

0 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


write a program to display the array elements in reverse order in c language

16 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What are the basic data types associated with c?

0 Answers  


Categories