Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answers were Sorted based on User's Feedback
How we can set and clear bit in a byte using macro function?
In C language, a variable name cannot contain?
what is c?
write a program of bubble sort using pointer?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
how many errors in c explain deply
Does c have circular shift operators?
do you think its fraud or original company?
why program counter is 16 bit?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?