The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
No Answer is Posted For this Question
Be the First to Post Answer
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
prototype of sine function.
Explain what is operator promotion?
what is the difference between c and java?
why we shiuld use main keyword in C
What is the difference between static and global variables?
what does keyword ‘extern’ mean in a function declaration?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
how to swap 2 numbers in a single statement?
How to print "I Love My India" without using semi colon?
What is string length in c?
How arrays can be passed to a user defined function