What does %c do in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is dynamic memory allocation?

0 Answers  


What does c in a circle mean?

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


what is the code to display color fonts in the output?

1 Answers  






How do we print only part of a string in c?

0 Answers  


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Why functions are used in c?

0 Answers  


can a union be self-referenced?

1 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


Categories