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 |
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
what is the defrenece between structure and union
Tell me with an example the self-referential structure?
program to find the magic square
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
write a program to print sum of each row of a 2D array.
how to find anagram without using string functions using only loops in c programming
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why is structure padding done in c?
What is p in text message?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,