main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / rajjak khan
131113
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain what is the benefit of using const for declaring constants?
What is c language used for?
Write a function that will take in a phone number and output all possible alphabetical combinations
How to delete a node from linked list w/o using collectons?
What the different types of arrays in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is substring in c?
Write a code to generate a series where the next element is the sum of last k terms.
Explain what are multibyte characters?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Compare interpreters and compilers.
Is array name a pointer?
can any one provide me the notes of data structure for ignou cs-62 paper
What does c mean in standard form?
Is file a keyword in c?