#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answers were Sorted based on User's Feedback
What is the significance of c program algorithms?
Is file a keyword in c?
What is the difference between abs() and fabs() functions?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How can you print HELLO WORLD without using "semicolon"?
What is the best style for code layout in c?
When is the “void” keyword used in a function?
what is a function method?give example?
What is hash table in c?
What ios diff. Between %e & %f?
What is volatile c?
What is #include stdio h and #include conio h?