Answer Posted / guest
The variable i is both referenced and modified in the same
expression.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Describe the header file and its usage in c programming?
Explain how are portions of a program disabled in demo versions?
What is a rvalue?
what is a constant pointer in C
What is the purpose of the preprocessor directive error?
Is there a way to switch on strings?
How do we make a global variable accessible across files? Explain the extern keyword?
How do you override a defined macro?
plz let me know how to become a telecom protocol tester. thank you.
Explain what is the difference between the expression '++a' and 'a++'?
What are data types in c language?
Are there any problems with performing mathematical operations on different variable types?
Explain how do you determine whether to use a stream function or a low-level function?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is main return c?