Explain 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
how should functions be apportioned among source files?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How does the C program handle segmentation faults?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Explain what is #line used for?
Write a program in c using only loops to print * * * * * *******
Why is a semicolon (;) put at the end of every program statement?
writ a program to compare using strcmp VIVA and viva with its output.
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Difference between constant pointer and pointer to a constant.
what type of language is C?
When is a “switch” statement preferable over an “if” statement?