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

Table of Sudoku n*n

0 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


what is pointer

1 Answers   TCS,


what is pointer?

13 Answers   HCL, TCS,






code for selection sort?

1 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


What ios diff. Between %e & %f?

3 Answers   Honeywell,


can we write a c program with out using main

3 Answers  


What are the 4 data types?

0 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


Categories