Answer Posted / manju
printf is used to print the function of the statement.&its
header file is <include.stdio.h>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the characteristics of arrays in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is string function c?
What are the functions to open and close the file in c language?
What is derived datatype in c?
What is the difference between if else and switchstatement
What does the message "automatic aggregate intialization is an ansi feature" mean?
Why does the call char scanf work?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Difference between Shallow copy and Deep copy?
What language is windows 1.0 written?
What are the types of assignment statements?
Can a void pointer point to a function?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Explain about C function prototype?