program for reversing a selected line word by word when
multiple lines are given without using strrev
What are different types of operators?
how many errors in c explain deply
What is else if ladder?
What is wrong with this initialization?
What are the types of unary operators?
Tell me about low level programming languages.
write a program to display the array elements in reverse order in c language
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
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.
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?