how does the C compiler interpret the following two
statements
p=p+x;
q=q+y;
a. p=p+x;
q=q+y
b. p=p+xq=q+y
c. p=p+xq;
q=q+y
d. p=p+x/q=q+y
Answers were Sorted based on User's Feedback
Calculate 1*2*3*____*n using recursive function??
Explain what header files do I need in order to define the standard library functions I use?
What are extern variables in c?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Is it possible to initialize a variable at the time it was declared?
write a prgram of swapping with 2 valiables
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What is getch c?
Why is c so popular?
hi any body pls give me company name interview conduct "c" language only