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

Post New Answer

More C Interview Questions

What is preprocessor with example?

1 Answers  


How to receive strings with spaces in scanf()

7 Answers  


What is that continue statement??

4 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


what is different between auto and local static? why should we use local static?

1 Answers  


Why n++ execute faster than n+1 ?

3 Answers  


How do you prevent buffer overflows in C?

2 Answers  


What is string function c?

1 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


diff. between *p and **p

3 Answers  


How would you obtain the current time and difference between two times?

1 Answers   TISL,


In which category does main function belong??

5 Answers  


Categories