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 is a char in c?
difference between Low, Middle, High Level languages in c ?
write a program in c language for the multiplication of two matrices using pointers?
Explain how can I right-justify a string?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What are the preprocessor categories?
How do we print only part of a string in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is spaghetti programming?
What is meant by realloc()?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is restrict keyword in c?