How can we create an array in C language.
C Interview Questions
5,469 c interview questions shared by candidates
1. Order a string array. 2. Invert order of a string array. 3. Differences between SQL join types.
Implement a queue to send and receiving is possible while being thread safe.
1) What does the following code do? 2) What changes would you make to improve the code (not regarding performance)? void func(int array[ARRAY_SIZE]) { int p = 0; for (int r = 0; r < 4; r++) { for (int i = p; i < ARRAY_SIZE; i++) { if (array[i] % 5 == r) { if (i != p) { int temp = array[p]; array[p] = array[i]; array[i] = temp; } p++; } } } }
Experience with specific populations like peds, older adults, etc
Compare Python and C++ (memory handling, structure, ...)
1. Find the maximum profit on share prices. 2. second was based on car speed and position based question.
Talking about C++ code examples.
Perguntas técnicas bem específicas, parecia que estava em uma prova.
gave a sample code and asked to debug
Viewing 181 - 190 interview questions