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

f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  






#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

2 Answers   Aricent, Manipal University,


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


What are unions in c?

0 Answers  


Categories