Answer Posted / murugesan kr
printf("\%d");
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How can you be sure that a program follows the ANSI C standard?
write a program to print largest number of each row of a 2D array
What is the ANSI C Standard?
Explain what is a program flowchart and explain how does it help in writing a program?
By using C language input a date into it and if it is right?
Should I learn c before c++?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How can a program be made to print the name of a source file where an error occurs?
What is indirection in c?
Give the rules for variable declaration?
What's a good way to check for "close enough" floating-point equality?
What is use of integral promotions in c?
How can I make it pause before closing the program output window?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain what is meant by 'bit masking'?