answersLogoWhite

0


Best Answer

#include

int main (int argc, char **argv)
{
printf ("The name of this program is %s\n", argv[0]);
return 0;

}

There's two character-string in this program, a literal and a variable. Go find them.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create program using characters strings in turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is name of the software in which you create program?

Turbo c3 or Turbo c4. R.P. Hammad Khan_Haider...


Do a program with turbo pascal to print the alphabet backward?

Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.


How do you create a program that will determine if it is highest number in turbo c?

It is 32767 for data-type int, 65535 for unsigned int.


What are the program of turbo pascal?

tagprice


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


How do you load a program in turbo c?

File/Open


How can you use turbo c in Window7?

With program DosBox,


Who is the founder of turbo c program?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


What Bank does Turbo taxes?

Turbo Tax is a tax program that is available to users of the internet. The program is not for institutions, but for the ordinary consummer. There is an online version that one can easily reach by search engine. The questions are simple, easy to understand, and the program will file your taxes for you.


For loop program turbo c making a right triangle?

yes


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.