The single character is represented by _____ format specifier.

The single character is represented by _____ format specifier.

سنگل کردار کی نمائندگی _____ فارمیٹ کی وضاحت کنندہ کے ذریعہ کی جاتی ہے۔
Explanation

The %c format specifier is used to represent a single character in C and similar programming languages.

It is commonly used with functions like printf() to display characters.