#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

Can the curly brackets { } be used to enclose a single line of code?

717


Are there namespaces in c?

570


What is volatile c?

527


What is the difference between memcpy and memmove?

608


write a programming in c to find the sum of all elements in an array through function.

1710






i have a written test for microland please give me test pattern

2187


write a progrmm in c language take user interface generate table using for loop?

1576


Explain how can I open a file so that other programs can update it at the same time?

596


What are the two types of functions in c?

571


Find MAXIMUM of three distinct integers using a single C statement

625


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

727


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1474


praagnovation

1780


How do you sort filenames in a directory?

716


What is a example of a variable?

556