Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
2 5488i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
2 9764can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
1 3331I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
2659design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4661design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2016
Explain handles in magento?
What is the output of print str[4: ] if str = ‘ python language’?
What is abstraction oop?
Why should I use standard library functions instead of writing my own?
What is an observer?
State the difference between authentication and authorization.
How to Create new constructors?
What is the super method?
What is indirection? How many levels of pointers can you have?
What is python and why python?
Tell me how you can list all routes for an application?
In Ruby, it explains about the defined operator?
What is the purpose of pear in php?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Does python have a switch-case statement?