WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW
IT COME ..

#include<stdio.h>
#include<conio.h>
void main()
{
int k=20;
printf("%d%d%d%d",k,k++,++k,k);
getch();
}

Answer Posted / balug

22 21 21 20

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1879


Explain what is the difference between a string and an array?

640


Which are low level languages?

636


What is pass by reference in c?

615


Can stdout be forced to print somewhere other than the screen?

627






What is the use of a ‘’ character?

586


Explain a pre-processor and its advantages.

633


What are the features of c language?

621


What is printf () in c?

578


Can I initialize unions?

594


What is bubble sort in c?

638


What is integer constants?

622


What is wild pointer in c?

609


How will you find a duplicate number in a array without negating the nos ?

1648


What is the purpose of void in c?

619