void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / gowthamraj
244
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does sprintf put null character?
Explain the difference between malloc() and calloc() in c?
What do you mean by dynamic memory allocation in c? What functions are used?
Explain what are bus errors, memory faults, and core dumps?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is use of null pointer in c?
please send me the code for multiplying sparse matrix using c
Explain how can type-insensitive macros be created?
What is meant by int main ()?
Which is better malloc or calloc?
What is a protocol in c?
How can you determine the maximum value that a numeric variable can hold?
What is the best style for code layout in c?
How to explain the final year project as a fresher please answer with sample project
What is output redirection?