Answer Posted / gnanabalan
Dennis Ritchie
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why we write conio h in c?
What are valid operations on pointers?
Is a pointer a kind of array?
Can the sizeof operator be used to tell the size of an array passed to a function?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain how do you list a file’s date and time?
What is bin sh c?
What are local variables c?
What is p in text message?
Explain the use of fflush() function?
What is malloc and calloc?
what is the different bitween abap and abap-hr?
What is static memory allocation? Explain
What is memcpy() function?
What are the general description for loop statement and available loop types in c?