All technical questions
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.
Can we initialize extern variable in c?
What is a macro in c preprocessor?
Explain what is the benefit of using an enum rather than a #define constant?
What is getch?
Why is C language being considered a middle level language?
Wt are the Buses in C Language
What does emoji p mean?
given post order,in order construct the corresponding binary tree
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain what is the difference between #include and #include 'file' ?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is string function c?
Is c procedural or functional?