How to define a character in turbo C++?
-
How to define a character in turbo C++?? I am learning programming for the first time and I don't know how to define a character. I mean, as we define integers as: int a,b,c; in ...show more
-
Answer:
char a, Albert, C; Same as ints.
VTL6XCT4SOF7FO7KZ3NLE6SZVA at Yahoo! Answers Visit the source
Other answers
char c;
Aman
For a character definition we will use char keyword. It's syntax is given below :- char a; where a is the name of the character which was defined in a program.
Meena
char c = 'A'; ...is actually complete character definition. char c; ...just defines a character variable. OK, sorry that's nitpicky, i know, i know....
gene_frequency
Related Q & A:
- How to print a large image in C#?Best solution by Stack Overflow
- How to Convert a C++ Structure into C# Structure?Best solution by Stack Overflow
- How to call a GOOGLE API in C#?Best solution by Stack Overflow
- How to become a good programmer in C language?Best solution by Quora
- How to fit a Manual Turbo Boost Controller Bleed Valve Kit to a Vauxhall Cavalier Turbo?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.