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 c?

4 Answers   IBM, TCS,


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


What is infinite loop?

0 Answers  


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


What is a pointer in c?

0 Answers  






difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


What is keyword with example?

0 Answers  


What is a program flowchart?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


Categories