Explain 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
The difference between printf and fprintf is ?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
How can I write a function that takes a format string and a variable number of arguments?
What is main function in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why do we use int main instead of void main in c?
What is sorting in c plus plus?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
write a c program in such a way that if we enter the today date the output should be next day's date.