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
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are examples of structures?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are the types of c language?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the types of bitwise operator?
Explain how are portions of a program disabled in demo versions?
What are the different file extensions involved when programming in C?
Explain what is the difference between functions getch() and getche()?
What is hashing in c?
write a program to print largest number of each row of a 2D array
Why isn't it being handled properly?
Which is the memory area not included in C program? give the reason
Why c is a procedural language?