Company: Qualcomm_8thaug
Difficulty: easy
What will be the output of the code snippet given below? #include <stdio.h> int main() { char a[] = "Account"; printf("%c", *a); return 0; } Pick ONE option Run time error 65 Account A Output Format Print the text of the correct option exactly as it appears above.