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 / guest

In c, to get and to print the reqired information we use
the function printf()
and the scanf() function is used for inputting the data int
the variables declared before.
and %d character is used to display the integer type
variables in the o/p
and the %f character is used to print the float type
variables int hte o/p.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the best way to comment out a section of code that contains comments?

920


Why is c faster?

758


code for replace tabs with equivalent number of blanks

1890


How do we make a global variable accessible across files? Explain the extern keyword?

1614


List some of the dynamic data structures in C?

998


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

869


What is the heap?

946


Why does notstrcat(string, "!");Work?

875


What is I ++ in c programming?

854


Why calloc is better than malloc?

781


What is a null string in c?

791


What is difference between main and void main?

844


What is the translation phases used in c language?

823


What is the difference between array and structure in c?

776


Does c have class?

829