Answer Posted / 08571a0405
DENNIS RITCHID
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need a structure?
Explain how can type-insensitive macros be created?
what value is returned to operating system after program execution?
What are the advantages of external class?
What is atoi and atof in c?
What is string length in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Can we declare variables anywhere in c?
Which type of language is c?
What are volatile variables in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
number of times a digit is present in a number
How old is c programming language?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain what is the concatenation operator?