TRENDING NOW
CPP CPP
View More Character-Oriented I/O
Mar 16 2018 Anonymous
Character-Oriented I/O We have discussed token-oriented input, performed when you use the operator >> on streams and file streams.&nb...
Data Type string::size_type
Mar 16 2018 Anonymous
String functions
Mar 16 2018 Anonymous
Concatenation and Comparing Strings
Mar 16 2018 Anonymous
Strings
Mar 16 2018 Anonymous
Java Java
View More Number is odd or even.
Feb 11 2018 Anonymous
Write a java program to read an integer and find whether the number is odd or even. Program Code in JAVA: import java.io.*; class odd { publi...
Area of the rectangle.
Feb 11 2018 Anonymous
Number of characters, lines, and words in a text file.
Feb 11 2018 Anonymous
Reads a File and displays the it on the Screen
Feb 11 2018 Anonymous
Length of the file in bytes.
Feb 11 2018 Anonymous
PYTHON PYTHON
View More C Language C Language
View More Write a C program that displays the position or index in the string S where the string T begins, or 1 if S doesn’t contain T.
Jan 24 2018 Anonymous
Write a C program that displays the position or index in the string S where the string T begins, or 1 if S doesn’t contain T. Program Code: #inc...
Write a C program to find a string within a sentence and replace it with another string.
Jan 24 2018 Anonymous
Write a C program to determine if the given string is a palindrome or not.
Jan 24 2018 Anonymous
Write a C program that uses functions to perform the following operations:
Jan 24 2018 Anonymous
Recent Post Recent Post
View More This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
Character-Oriented I/O
We have discussed token-oriented input, performed when you use the operator >> on streams and file streams. Token-oriented...
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
Data Type string::size_type
Many C++ string member functions return a numeric value which is not of type int. The member functions size() and length() return...
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
String functions:
The string class is a pre-defined class. Think of it as a type like int or double.)
Many pre-defined classes in C++ have functions...
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
String operations: Concatenation and Comparing Strings
String operations in C++ are performed using some of the same operators that are used for arithmetic...
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
Declaring, Initializing, Printing, and Reading Strings
Now we’ll learn to store string values. C++ has a string class. Think of it as a type like int or double....
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
The data type is a way to classify various types of data such as integer, string, etc. which determines the values that can be used with the corresponding type of...
This Blog is particularly related to different programming subjects.
It helps students of MCA, BCA, B.Tech, M.Tech, M.Sc(IT), PGDCA.
In computer science, a linked list is a linear collection of data elements, in which linear order is not given by their physical placement in memory. Each pointing...
Subscribe to:
Posts (Atom)