Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag string
Recent posts under tag string
All
Questions
MCQs
Jobs
Articles
–1
vote
Which of these constructors is used to create an empty String object in Java? [MCQ]
posted
Jul 13, 2018
by
Frank Lee
java
interview questions
string
0
votes
0
answers
What is the purpose of toString() method in java ?
posted
Jan 25, 2018
by
Jon Deck
java
interview questions
string
0
votes
1
answer
How many ways we can create the string object in java?
posted
Jan 25, 2018
by
Jon Deck
string
java
interview questions
+1
vote
0
answers
Why char array is preferred over string for storing password?
posted
Jan 19, 2018
by
Jon Deck
java
interview questions
string
0
votes
1
answer
How to Split String in java?
posted
Jan 19, 2018
by
Jon Deck
java
interview questions
string
0
votes
1
answer
What is String Pool in java?
posted
Jan 18, 2018
by
Ammy Jack
java
interview questions
string
0
votes
1
answer
Why String is popular HashMap key in Java?
posted
Jan 18, 2018
by
Frank Lee
java
interview questions
string
0
votes
0
answers
What is String subSequence method in java?
posted
Jan 18, 2018
by
Frank Lee
java
interview questions
string
+1
vote
0
answers
What is Proper Substring? Please give some examples also in your explanation?
posted
Aug 29, 2017
by
anonymous
interview questions
string
0
votes
1
answer
What is the difference between string and StringBuffer object in Java?
posted
Aug 9, 2017
by
anonymous
string
java
interview questions
0
votes
0
answers
C: Compress String with character and its count. Example: "aaabbba" -> "a3b3a1”
posted
Aug 1, 2017
by
anonymous
interview questions
c
string
+1
vote
0
answers
What is the difference between strr_replace and strtr in php?
posted
Jul 20, 2017
by
anonymous
interview questions
php
string
0
votes
1
answer
C: What is the difference between memory comparison and string comparison ?
posted
Jul 15, 2017
by
Vikram Singh
interview questions
c
string
+1
vote
0
answers
Implement String concatenation in C if string is represented by an array where first element represent length of string?
posted
Jul 5, 2017
by
anonymous
c
interview questions
string
0
votes
1
answer
Write a C program to find the consecutive occurrence of any vowel in a string?
posted
Jun 27, 2017
by
anonymous
c
string
+1
vote
1
answer
Find longest palindrome and its length in a given string using C?
posted
Jun 12, 2017
by
anonymous
interview questions
c
string
+3
votes
1
answer
Given input as a string, return an integer as the sum of all numbers found in the string?
posted
Jun 7, 2017
by
anonymous
interview questions
c
string
0
votes
1
answer
Write a C program to find longer repeating sequence?
posted
Jun 2, 2017
by
anonymous
c
string
interview questions
0
votes
2
answers
Find the first non repeating character in a string using C/C++?
posted
May 25, 2017
by
anonymous
c
interview questions
string
c++
–1
vote
0
answers
Write a C/C++ program to print heart shape with happy valentine’s day message inside it?
posted
May 24, 2017
by
anonymous
c
c++
string
+2
votes
2
answers
Write a C program to insert character/word in any desired location in a string?
posted
May 19, 2017
by
Pooja Singh
c
string
0
votes
1
answer
Write a C program to check whether a given character is present in a string, find frequency & position of occurrence?
posted
May 16, 2017
by
Pooja Singh
c
string
0
votes
0
answers
Write a C or C++ program to generate the anagrams of a word?
posted
May 16, 2017
by
anonymous
c
c++
interview questions
string
+2
votes
2
answers
Write a C program to delete all repeated words in string?
posted
May 14, 2017
by
Neeraj Kumar
c
string
0
votes
0
answers
Python: Write a function which reverse the input string without using [: : -1] feature of string ?
posted
May 14, 2017
by
Rupam
interview questions
python
string
–2
votes
0
answers
Write a C program that reads a string from the user and display the middle term of the string?
posted
May 5, 2017
by
Neeraj Kumar
c
string
interview questions
0
votes
2
answers
How to calculate string length without using string function and Loop in c?
posted
May 2, 2017
by
Alok Kumar
c
string
interview questions
0
votes
2
answers
How to find if a string is a permutation of another string using C?
posted
Apr 24, 2017
by
anonymous
c
interview questions
string
0
votes
1
answer
Given a string, add some characters to the from of it so that it becomes a palindrome?
posted
Dec 16, 2016
by
anonymous
c
string
interview questions
+1
vote
0
answers
Given a string and dictionary of words, form a word by removing minimum number of characters?
posted
Dec 16, 2016
by
anonymous
data structures
c
string
interview questions
–1
vote
1
answer
Write a C program to check if the given string is repeated substring or not?.
posted
Jul 27, 2016
by
anonymous
c
interview questions
string
+1
vote
1
answer
How to swap a character string and character array in C?
posted
Jul 4, 2016
by
anonymous
c
string
0
votes
0
answers
How to use encrypted password in connection string in Mongo?
posted
Jul 1, 2016
by
anonymous
mongodb
string
0
votes
0
answers
Given two sets of strings A and B. Find the (A-B) U (B-A)?
posted
Jun 21, 2016
by
anonymous
interview questions
string
+4
votes
1
answer
StringBuffer vs String
posted
Jun 14, 2016
by
Akshay
java
string
android
+5
votes
1
answer
Can we realloc a string inside a structure in C?
posted
Jun 3, 2016
by
Rupali Dadhe
c
c programming
string
+2
votes
0
answers
Given a set of random strings, write a function that returns a set that groups all the anagrams together.
posted
Jun 2, 2016
by
anonymous
c
string
interview questions
+1
vote
Java Programming String
posted
May 27, 2016
by
Itian.kongu
string
java
interview questions
+4
votes
1
answer
Given a dictionary of strings and another string find out if the string is an exact match to some words in dictionary...
posted
Apr 25, 2016
by
anonymous
data structures
string
c
interview questions
+1
vote
0
answers
How to flatten a list of Strings in Java (concatenate all strings in an array separated by comma)?
posted
Apr 19, 2016
by
anonymous
java
string
+3
votes
0
answers
How to find the no of consecutive 1's in binary numbers using C?
posted
Apr 12, 2016
by
anonymous
c
string
+1
vote
1
answer
C: Write a function to find a sub string in a given string and replace it with another string?
posted
Apr 2, 2016
by
anonymous
c
string
interview questions
+1
vote
0
answers
Why would it be more secure to store sensitive data (such as a password) in a character array rather than in a String
posted
Mar 28, 2016
by
Deepak Jangid
java
array
string
+6
votes
1
answer
Write a program to find common alphabet in all the strings.
posted
Mar 25, 2016
by
Shahsikant Dwivedi
c
string
algorithms
+4
votes
1
answer
Can you Find number of operations to form a Palindrome?
posted
Mar 24, 2016
by
Shahsikant Dwivedi
string
c
+5
votes
1
answer
Write a program to identify a sentace is a Pangram or not.
posted
Mar 22, 2016
by
Shahsikant Dwivedi
c
string
algorithms
+2
votes
3
answers
How to Reverse words of a line?
posted
Mar 15, 2016
by
Shahsikant Dwivedi
c
c++
string
+1
vote
1
answer
How to convert an integer to string in Java without use of any inbuilt function?
posted
Mar 14, 2016
by
anonymous
string
java
interview questions
0
votes
1
answer
How to reverse a string using binary search?
posted
Mar 13, 2016
by
anonymous
string
c
algorithms
c++
–2
votes
1
answer
Find if two strings only differ by n characters; Return True if it does, false if it doesn't?
posted
Mar 1, 2016
by
anonymous
c
string
Page:
1
2
next »
...