Welcome to your C Interview Mastery – Nail Your Next Job Opportunity with These Proven Questions

1. 
What is the output of the given code

2. 
What is the output of the given code

3. 
printf(3 + "REGISTER");

4. 
Which of the following is a storage specifier?

5. 
What is the return type of malloc () or calloc ()

6. 
In C, static storage class cannot be used with

7. 
Which of following is not storage class specifier in C?

8. 
Comment on the following declaration int *ptr , p;

9. 
Where in C the order of precedence of operators do not exist?

10. 
Within conditional statements, if, else Within while, do-while Within a macro definition None of the mentioned

11. 
Which of the following cannot be structure member in c?

12. 
scanf("%5s", str);

By Devilal

Leave a Reply

Your email address will not be published. Required fields are marked *