who is the founder of c
Answer Posted / sathish
Dennis Richie
| Is This Answer Correct ? | 152 Yes | 6 No |
Post New Answer View All Answers
Explain what is the difference between functions abs() and fabs()?
please explain every phase in the "SDLC" in the dotnet.
Describe static function with its usage?
Simplify the program segment if X = B then C ← true else C ← false
Explain how do you determine a file’s attributes?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the newline escape sequence?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are the different types of errors?
What is the -> in c?
Explain the difference between strcpy() and memcpy() function?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Which one would you prefer - a macro or a function?
if p is a string contained in a string?
What will be the outcome of the following conditional statement if the value of variable s is 10?