which type of question asked from c / c++ in interview.
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
Is This Answer Correct ? | 12 Yes | 2 No |
Table of Sudoku n*n
difference between malloc and calloc
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
what is pointer?
13 Answers HCL, TCS,
code for selection sort?
Explain what math functions are available for integers? For floating point?
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?
What ios diff. Between %e & %f?
can we write a c program with out using main
What are the 4 data types?
write a program that will print %d in the output screen??