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
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is keyword in c?
What is volatile c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Why does everyone say not to use scanf? What should I use instead?
write a program of palindrome(madam=madam) using pointer?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
shorting algorithmS
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Why is c called "mother" language?