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

Post New Answer

More C Interview Questions

What are conditional operators in C?

0 Answers   Adobe,


Write a program on swapping (100, 50)

0 Answers   BPL,


What is structure data type in c?

0 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


How can I convert a number to a string?

0 Answers  






what type of questions arrive in interview over c programming?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


What is binary tree in c?

0 Answers  


What are unions in c?

0 Answers  


Categories