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 / fazlur rahamn naik

Printf is nothing but to display the output on to the
screen.

Scanf is used to read data from the user/keyboard.

%d is a format used for integer.

%f is a fromat used for float.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static variables be declared in a header file?

618


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1452


Explain the use of fflush() function?

628


What is getche() function?

609


What are the Advantages of using macro

688






What is a static function in c?

624


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1544


When should I declare a function?

623


Write a program for finding factorial of a number.

635


Why is python slower than c?

608


What does the format %10.2 mean when included in a printf statement?

1091


What is the concatenation operator?

614


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1492


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1708


what is the different bitween abap and abap-hr?

1745