What would happen to X in this expression: X += 15; (assuming the value of X is 5)
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of external class?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
difference between string and array?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
where do we use structure pointer?
Explain what is the benefit of using #define to declare a constant?
What are the advantages of using new operator as compared to the function malloc ()?
What is the purpose of void in c?
What does do in c?
What is || operator and how does it function in a program?
What is the purpose of sprintf() function?