Explain the advantages and disadvantages of macros.
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,
what is meant by flushll() in c programming?
What are identifiers and keywords in c?
Are there constructors in c?
What are the features of c languages?
Can i use Two or More Main Funtion in any C program.?
What are the different types of endless loops?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
where do we use volatile keyword?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
program to find a smallest number in an array