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 the use of the restrict keyword?

1 Answers  


What is pointer & why it is used?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


what is an inline fuction??

2 Answers  


What is the best organizational structure?

0 Answers  


What does %d do?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


What is modeling?

0 Answers  


Can a function argument have default value?

0 Answers   Genpact,


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Explain data types & how many data types supported by c?

0 Answers  


What is putchar() function?

0 Answers  


Categories