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
What do you mean by keywords in c?
Explain what is the difference between #include and #include 'file' ?
Explain zero based addressing.
What is stack in c?
Is Exception handling possible in c language?
Explain what happens if you free a pointer twice?
What is the maximum length of an identifier?
Explain low-order bytes.
What is a struct c#?
What is modeling?
What are the 4 types of functions?
What is the difference between union and anonymous union?
#include
What language is windows 1.0 written?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2