Answer Posted / bipin
It means only that this is after B. from which C is developed.
| Is This Answer Correct ? | 79 Yes | 35 No |
Post New Answer View All Answers
What is echo in c programming?
What is the difference between constant pointer and constant variable?
Do you know the difference between malloc() and calloc() function?
What is the difference between malloc calloc and realloc in c?
How can you return multiple values from a function?
What is the difference between #include and #include 'file' ?
what are bit fields? What is the use of bit fields in a structure declaration?
Why calloc is better than malloc?
What is the difference between fread buffer() and fwrite buffer()?
If errno contains a nonzero number, is there an error?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
why do some people write if(0 == x) instead of if(x == 0)?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are 'near' and 'far' pointers?
What is calloc() function?