what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / sebestiraj
1,2,3
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
Why do we need functions in c?
What language is windows 1.0 written?
List the difference between a "copy constructor" and a "assignment operator"?
Disadvantages of C language.
What are qualifiers and modifiers c?
What is structure pointer in c?
How can you tell whether two strings are the same?
How can you call a function, given its name as a string?
Do you know the difference between exit() and _exit() function in c?
Who is the founder of c language?
explain how do you use macro?
What are the complete rules for header file searching?
What is the advantage of using #define to declare a constant?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is a null string in c?