What does %c mean in c?


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

Post New Answer

More C Interview Questions

How many types of arrays are there in c?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


What is the use of volatile?

0 Answers  


What is string function c?

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 are bitwise shift operators?

4 Answers  


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


Explain what is a static function?

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


Why static variable is used in c?

0 Answers  


What are the functions to open and close the file in c language?

0 Answers  


Categories