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

Answer Posted / sravani

i got the answer 1,3,4

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is type qualifiers?

666


What is wrong with this code?

698


What are the different types of endless loops?

626


Which are low level languages?

640


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039






which type of aspect you want from the student.

1704


Can a file other than a .h file be included with #include?

688


What are keywords in c with examples?

608


What is the difference between array and linked list in c?

604


What are pointers really good for, anyway?

620


what is the significance of static storage class specifier?

1667


Who developed c language?

644


What are the preprocessor categories?

641


Explain what is the difference between a free-standing and a hosted environment?

637


What is c programing language?

617