Answer Posted / shankar
1+3+5=9
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
I came across some code that puts a (void) cast before each call to printf. Why?
Can you pass an entire structure to functions?
What does emoji p mean?
Apart from dennis ritchie who the other person who contributed in design of c language.
explain what is fifo?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
how to find binary of number?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is ctrl c called?
What are identifiers in c?
How do I determine whether a character is numeric, alphabetic, and so on?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How are portions of a program disabled in demo versions?
What is an lvalue in c?