Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
If the purpose of the function is to create a string and assign the string to a variable, would the function be declared as string functionName () ?
c++
functions
1 Vote
1 Answer
16th Jul 2016, 8:36 AM
Marco Cesar Saenz
Whenever I run int it says type mismatch: cannot convert from string to int
java
operators
0 Votes
3 Answers
14th Jul 2016, 10:21 PM
romit chahar
if i want to scan string c++ what should I do?? suppose hello world
c++
cout
0 Votes
3 Answers
14th Jul 2016, 6:42 PM
krishna desai
Hello guys how can I make my integer after multiplying my string to print it in new different lines
python
strings
0 Votes
6 Answers
14th Jul 2016, 11:01 AM
hacker charlo
I have a book which says: "decimal.Decimal( ) function takes an integer or string argument but NOT float"
python
0 Votes
1 Answer
13th Jul 2016, 10:17 AM
Adarsh Namdev
Appending a Integer to a string using '+'
python
strings
0 Votes
3 Answers
13th Jul 2016, 4:02 AM
Sachin S Rao
how to convert string array to date time?
c#
strings
1 Vote
3 Answers
12th Jul 2016, 4:15 AM
Phi Nguyen
can string be multiplied by float?
python
strings
0 Votes
6 Answers
10th Jul 2016, 1:42 PM
shubham sehgal
using a while loop initialise the contents of a 10 element string array to c#. using another while loop print the content of the array to the screen.
c#
loops
0 Votes
2 Answers
8th Jul 2016, 5:01 AM
Adrian Lupu
how to convert a string s1=("ABC:30,BCD:25,Def:35") into dictionary?
python
2 Votes
6 Answers
6th Jul 2016, 7:43 AM
archana
Is it accepted rule for readability to have a blank string after block if?
if-statements
python
1 Vote
1 Answer
5th Jul 2016, 5:03 AM
Василий Андреев
Why can't we input a string after we input aany other variable?
input
strings
1 Vote
1 Answer
4th Jul 2016, 1:21 AM
Adarsh
what is the string
c++
1 Vote
7 Answers
3rd Jul 2016, 11:11 AM
vikastripathi
can we add one integer variable and one string variable????
data-types
php
2 Votes
4 Answers
3rd Jul 2016, 6:37 AM
Manvitha Gottipati
in c# static void main( string args[]) is not working why?
c#
0 Votes
2 Answers
2nd Jul 2016, 8:56 AM
soumit
I tried to open a file using a constant string as a parameter for open function. ifstream in(name.c_str()) but the program can't open the file . Any suggestions?
c++
files
1 Vote
10 Answers
30th Jun 2016, 10:40 AM
Andrei Cîrpici
How to Convert string to date?
c#
date
strings
0 Votes
3 Answers
29th Jun 2016, 10:11 PM
Jaka Ardita
Connection string
c#
0 Votes
2 Answers
29th Jun 2016, 1:08 AM
Safik Rahman
how replace the word at a position in string with _and later use the previous word...plz answer fast
python
0 Votes
4 Answers
27th Jun 2016, 4:33 PM
Nishant Sardana
why this program does not work? it should eliminate all the letters from the word(the string is a word; no spaces) excluding <a e i o u m>. for example : input: optional output: oioal
c++
0 Votes
3 Answers
26th Jun 2016, 8:03 PM
Alex H.
how can elements of a string be converted to an integer?
python
1 Vote
3 Answers
23rd Jun 2016, 5:48 AM
pranjal
How to divide string to array of chars?
arrays
c#
strings
1 Vote
3 Answers
17th Jun 2016, 6:33 PM
Mitiko
Is every character a string
c++
data-types
1 Vote
7 Answers
16th Jun 2016, 9:22 AM
Nisarg Uchiha
Can i use a 2 string to perfom and addition of their values?
c#
variables
0 Votes
5 Answers
4th May 2016, 2:54 AM
Orlando Rodriguez
How to add string and int? Is it possible?
data-types
php
1 Vote
2 Answers
6th Apr 2016, 1:57 PM
M.Asia Sahaya Delsey
I don't get char pointer, which stores something other than char... Isn't c++ type safe language? Why can I store a string in a char?
c++
pointers
0 Votes
1 Answer
6th Apr 2016, 11:42 AM
Yuri Predborski
Is space a string or character?
java
strings
0 Votes
5 Answers
6th Apr 2016, 4:47 AM
R Ashwin Kumar
Raising a string to a power?
python
strings
-1 Vote
4 Answers
6th Apr 2016, 1:49 AM
Jarryn McMaster
While sorting only first character is considered or whole string is considered for ex abc, acb, aac then, what will be the order of elements values in sorted way?
java
lists
1 Vote
1 Answer
23rd Mar 2016, 1:12 PM
Swapnil Gapchup
how to search for string starts with % itself for example %john , name is started with % itself
sql
2 Votes
2 Answers
13th Mar 2016, 9:15 AM
Gaurav Dwivedi
What is a string concatenation?
c++
strings
1 Vote
1 Answer
10th Mar 2016, 12:02 AM
chris
I wonder. Since we don't need to declare a variable, does this mean that a variable which first I assign a numeric value can be assigned later with, for example, string value?
data-types
php
3 Votes
8 Answers
2nd Mar 2016, 4:41 AM
Ade Kurniawan
I can use single quote to the string value ? like string var='text';
java
strings
0 Votes
5 Answers
7th Feb 2016, 12:34 AM
Elghozi Nasreddine
Can i use a string in switch?
java
switch
0 Votes
6 Answers
11th Jan 2016, 11:34 AM
Ben Wong
How do you create a string with a double quote?
python
strings
6 Votes
14 Answers
10th Dec 2015, 10:34 PM
Jeffrey
Is the "format" a function or it's a method of the string object?
python
strings
1 Vote
1 Answer
30th Oct 2015, 5:13 PM
Maxim Vasilyev
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
88
89
Next >
Hot today
Safety Deposit Boxes
2 Votes
How much time does it take to master in python
1 Votes
How to code a calculator
1 Votes
Follower
2 Votes
How this function is working in python?
2 Votes
matplotlib library
1 Votes
Bro is there any easy way to remember some of the “C” codes , I keep forgetting
0 Votes
Libraries
1 Votes
Program coding in Indonesian
0 Votes
How to install pygame on sololearn, if possible
1 Votes