which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answers were Sorted based on User's Feedback
What is data structure in c language?
Juxtapose the use of override with new. What is shadowing?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
How can I access memory located at a certain address?
What is structure pointer in c?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What is a double c?
What is typedf?
Explain built-in function?
what are the advantage and disadvantage of recursion