Answer Posted / srsabariselvan
Dennis MacAlistir Ritchie
| Is This Answer Correct ? | 92 Yes | 16 No |
Post New Answer View All Answers
Describe how arrays can be passed to a user defined function
What is the process to create increment and decrement stamen in c?
What is your stream meaning?
Explain what is the benefit of using const for declaring constants?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Is boolean a datatype in c?
Whats s or c mean?
Do you know the difference between exit() and _exit() function in c?
What are run-time errors?
Explain how can a program be made to print the name of a source file where an error occurs?
How can you invoke another program from within a C program?
What is the auto keyword good for?
List the difference between a While & Do While loops?
What is a program?
int i=10; printf("%d %d %d", i, i=20, i);