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 is spaghetti programming?
Explain what is a 'locale'?
Why is struct padding needed?
Which is better malloc or calloc?
Why dont c comments nest?
what is ur strangth & weekness
What is difference between main and void main?
Explain what is a program flowchart and explain how does it help in writing a program?
What is openmp in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the basic structure of c?
Write a simple code fragment that will check if a number is positive or negative.
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are the ways to a null pointer can use in c programming language?
Explain what are multibyte characters?