Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

helllo sir
give me some information of the basic information the
c as printf ,scanf , %d ,%f and why is the main use of
these.

Answer Posted / vignesh1988i

printf();
printf is an in built function which is used as a output
statement........
SYNTAX:
printf("format string ",<list of variables>);
whenever we want to display messages to the user at run time
as well as the output we use printf statement.....

scanf();
this is the input statement... whenever we want to perform
some task using a system we must give input to it... in C
this is done using scanf() function.....
SYNTAX:
scanf("format string",<&variables>);

FORMAT SPECIFERS:
%d is used to print only integer constant formatted output
%f is used to print only real constant numbers output
%c is used to print only a character constant output

these format specifers and all will be stored in the LOOK UP
table in the compailer... when these dosen't match wit that
table . it gives a error


thank you

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by scope of a variable in c?

1015


What is include directive in c?

1158


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1121


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

1347


Is using exit() the same as using return?

1360


Is boolean a datatype in c?

1069


What are keywords c?

1032


Write a program to reverse a given number in c?

1039


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1245


Why do some versions of toupper act strangely if given an upper-case letter?

1078


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3320


What is the use of putchar function?

1057


Differentiate between static and dynamic modeling.

1129


Explain the use of keyword 'register' with respect to variables.

1053


write a program to copy the string using switch case?

2903