What does the format %10.2 mean when included in a printf statement?
No Answer is Posted For this Question
Be the First to Post Answer
What does %f mean c?
WHAT IS INT?
Why c is called a middle level language?
How pointer is benefit for design a data structure algorithm?
find largest of 3 no
whitch value return void main?
Tell us something about keyword 'auto'.
Code for calculating square root without using library function, of math.h
Write a small C program to determine whether a machine's type is little-endian or big-endian.
What are the languages are portable and platform independent?Why they are like that?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are types of functions?