The % symbol has a special use in a printf statement. 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
What is preprocessor with example?
How to receive strings with spaces in scanf()
What is that continue statement??
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what is different between auto and local static? why should we use local static?
Why n++ execute faster than n+1 ?
How do you prevent buffer overflows in C?
What is string function c?
What is the diffrent between while and do while statement ?
diff. between *p and **p
How would you obtain the current time and difference between two times?
In which category does main function belong??