answersLogoWhite

0

What is format specifier in c or turbo c?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

format specifier in c is %

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is format specifier in c or turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the list of modifier in turbo c language?

%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'.


Auto in turbo c?

Storage class specifier.


What are the different types of format specifiers in c?

format specifier also called as control specifier or variable formatters. format string also called arguments.


What are Format specifiers in C language?

Format specifier is a sequence passed the as the formatting data as by argument


What is the format specifier of short integer?

%hd


What is a default access specifier for variable in c sharp?

Default access specifier in c# is private. if you don't specify it automaticaly takes it as private.


Which precedes a format specifier?

Percent sign, for example: %d %f %x


Why we use percent you in c language?

%u is a printf format specifier that says to take the next argument and display it as an unsigned decimal number, assuming standard integer length.


What is the default access specifier in C plus plus?

private


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


What do you mean by access specifier in c?

There are no access specifiers in C. All functions and data are public.


What is control specifier of long double data type in C?

%ld