Write the control statements in C language
Tell me with an example the self-referential structure?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How do you view the path?
Why is c called c not d or e?
When should the const modifier be used?
What is call by reference in functions?
How can I do graphics in c?
What is int main () in c?
Explain the difference between strcpy() and memcpy() function?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the explanation for the dangling pointer in c?
Can variables be declared anywhere in c?
Explain what are the advantages and disadvantages of a heap?
Give me the code of in-order recursive and non-recursive.