Answer Posted / dhaneswar sahoo
Dennis ritche
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain two-dimensional array.
Can a pointer be null?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What does main () mean in c?
Explain what header files do I need in order to define the standard library functions I use?
When should the const modifier be used?
How can I get the current date or time of day in a c program?
Explain what is wrong in this statement?
What is static and auto variables in c?
What is double pointer in c?
What are reserved words with a programming language?
What is table lookup in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
about c language