change to postfix a/(b+c*d-e)
Answers were Sorted based on User's Feedback
What is the condition that is applied with ?: Operator?
what are advantages of U D F?
Write a program using bitwise operators to invert even bits of a given number.
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
How pointers are declared?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What is structure of c program?