Company: Qualcomm_8thaug

Difficulty: easy

Problem Statement

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.

More Qualcomm_8thaug OA questionsInterview experiences