Answer Posted / dinesh
c and c++
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Why is c so powerful?
Is c pass by value or reference?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Compare and contrast compilers from interpreters.
How to establish connection with oracle database software from c language?
What does *p++ do?
What is volatile variable in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are global variables and explain how do you declare them?
Explain how do you determine whether to use a stream function or a low-level function?
What is the difference between array and pointer in c?
How do c compilers work?
What is define directive?
Explain what are header files and explain what are its uses in c programming?
Is main an identifier in c?