#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}

Answer Posted / drashti

3

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is dynamic data structure?

642


What are the key features in c programming language?

607


What is declaration and definition in c?

521


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1781


Explain the use of 'auto' keyword in c programming?

677






Hi can anyone tell what is a start up code?

1612


Why & is used in c?

709


Can include files be nested? How many levels deep can include files be nested?

653


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1293


Is it valid to address one element beyond the end of an array?

669


What is the g value paradox?

641


What does sizeof return c?

596


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1793


What is the basic structure of c?

551


What are the types of operators in c?

608