which type of question asked from c / c++ in interview.

Answers were Sorted based on User's Feedback



which type of question asked from c / c++ in interview...

Answer / abhradeep chatterjee

conceptual questions which proves that the basic idea of
the candidate is clear.

Is This Answer Correct ?    12 Yes 2 No

which type of question asked from c / c++ in interview...

Answer / abhradeep chatterjee

Any Type.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More C Interview Questions

write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


What Is The Difference Between Null And Void Pointer?

1 Answers   TCS,


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


What is the difference between ‘g’ and “g” in C?

2 Answers  


What is unary operator?

1 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


What is the size of structure pointer in c?

1 Answers  


What are compound statements?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


What is typedf?

1 Answers  


Categories