C Interview Questions

5,469 c interview questions shared by candidates

What is Union.Explain. I explained correctly. Then they gave a code snippet. And asked for output. I told the correct answer quickly. Then they gave me the following code and asked to print "There are 100 boxes" by the statement cout<< obj1.a; And told that there are some errors in the code, correct that. After discussing with them for about 15 minutes, I understood that they were quite unskilled and have conducted the Interview to clear their concepts. class ABC { public: string x; int y; ABC (string _x, int _y){ x=_x; y=_y } }; class XYZ { string a; } main() { ABC *obj = new ABC("There are _ boxes", 100); XYZ *obj1 ; obj1 = obj; cout<< obj1.a; //This statement should print "There are 100 boxes" }
avatar

C++ Developer

Interviewed at 7N

4
Dec 19, 2022

What is Union.Explain. I explained correctly. Then they gave a code snippet. And asked for output. I told the correct answer quickly. Then they gave me the following code and asked to print "There are 100 boxes" by the statement cout<< obj1.a; And told that there are some errors in the code, correct that. After discussing with them for about 15 minutes, I understood that they were quite unskilled and have conducted the Interview to clear their concepts. class ABC { public: string x; int y; ABC (string _x, int _y){ x=_x; y=_y } }; class XYZ { string a; } main() { ABC *obj = new ABC("There are _ boxes", 100); XYZ *obj1 ; obj1 = obj; cout<< obj1.a; //This statement should print "There are 100 boxes" }

LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt
avatar

C++ Software Engineer

Interviewed at Torstone Technology

4.3
Apr 8, 2024

LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt

Viewing 91 - 100 interview questions

Glassdoor has 5,469 interview questions and reports from C interviews. Prepare for your interview. Get hired. Love your job.