Answer Posted / omkar singh
Dennis Ritchie
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are the variables argc and argv are local to main?
What is a volatile keyword in c?
How many parameters should a function have?
How can I change the size of the dynamically allocated array?
What does != Mean in c?
What does #pragma once mean?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How can I send mail from within a c program?
Explain what are multibyte characters?
What are the types of pointers in c?
What is advantage of pointer in c?
What do the functions atoi(), itoa() and gcvt() do?
Can stdout be forced to print somewhere other than the screen?
What are the advantages of external class?
What is a #include preprocessor?