What is header file in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
0 Answers Lovely Professional University,
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is external variable in c?
What is the difference between malloc() and calloc() function in c language?
Why doesnt the call scanf work?
Can we use visual studio for c?
What is a Deque?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What happens if you free a pointer twice?
What is bss in c?
Ow can I insert or delete a line (or record) in the middle of a file?