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
What are c header files?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Explain the concept and use of type void.
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
write a program to find lcm and hcf of two numbers??
write a c program to convert fahrenheit to celsius?
if p is a string contained in a string?
What are the storage classes in C?
Why C language is a procedural language?
Explain what is wrong with this program statement?
Do you know the use of fflush() function?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .