What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answers were Sorted based on User's Feedback
Answer / chandrakala
error: i doesn't declared in a correct way
int i=1
Is This Answer Correct ? | 0 Yes | 0 No |
What is the mean of function?
What does %f mean c?
what is an inline fuction??
How would you rename a function in C?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is the code for 3 questions and answer check in VisualBasic.Net?
What are Macros? What are its advantages and disadvantages?
what is the difference between malloc() and calloc() function?
Explain can you assign a different address to an array tag?
What are register variables in c?
What are the loops in c?
what are the facialities provided by you after the selection of the student.