Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answers were Sorted based on User's Feedback
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
how to set Nth bit of variable by using MACRO
Write a program for deleting duplicate elements in an array
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
what is the code for getting the output as * ** ***
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What does *p++ do? What does it point to?
What is Bitwise Operator and how it works?
Define Spanning-Tree Protocol (STP)
How can you access memory located at a certain address?
What is #pragma statements?
WHOT IS CHAR?