Answer Posted / billuyadav208
Dennis Ritchie
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is calloc()?
what is stack , heap ,code segment,and data segment
What is a memory leak? How to avoid it?
How do you use a pointer to a function?
What are the advantages and disadvantages of pointers?
Do you know the use of fflush() function?
Why does not c have an exponentiation operator?
Can you assign a different address to an array tag?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
how could explain about job profile
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What would be an example of a structure analogous to structure c?
Explain 'bus error'?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How does sizeof know array size?