answersLogoWhite

0


Best Answer

%c The character format specifier.

%d The integer format specifier.

%i The integer format specifier (same as %d).

%f The floating-point format specifier.

%e The scientific notation format specifier.

%E The scientific notation format specifier.

%g Uses %f or %e, whichever result is shorter.

%G Uses %f or %E, whichever result is shorter.

%o The unsigned octal format specifier.

%s The string format specifier.

%u The unsigned integer format specifier.

%x The unsigned hexadecimal format specifier.

%X The unsigned hexadecimal format specifier.

%p Displays the corresponding argument that is a pointer.

%n Records the number of characters written so far.

%% Outputs a percent sign.

Provided that 'modifier' means 'format specifier'.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the list of modifier in turbo c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


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)


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


What is turbo c-language?

Nothing. C is the language, TurboC is an Integrated Developing Environment (IDE).


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


Are turbo c and c language the same?

Not necessarily. You would need to look at conformance level, particularly since Turbo C is obsolete.


Who is the founder of turbo c?

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 are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


C language using list?

C is a programming.it is defined by the c language


What are classification of turbo c?

Turbo C was a wonderful IDE for the C programming language, created by Borland. Actually, it was one of the first IDEs ever offered for any programming language. It had some market share in the early 1990s. Please see the related links for a history and its incarnation as Turbo C#.