Answer Posted / parth ujenia
Dennis Ritche :)
| Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
Write a program to reverse a linked list in c.
Why is not a pointer null after calling free?
Write a program to identify if a given binary tree is balanced or not.
What does double pointer mean in c?
Is array a primitive data type in c?
Can the size of an array be declared at runtime?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is the right type to use for boolean values in c? Is there a standard type?
Why does notstrcat(string, "!");Work?
Explain how do you print an address?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is the use of c language in real life?
Write the control statements in C language
What are the back slash character constants or escape sequence charactersavailable in c?
Who invented bcpl language?