main()
{
int i = 10;
printf(" %d %d %d
", ++i, i++, ++i);
}
No Answer is Posted For this Question
Be the First to Post Answer
How are 16- and 32-bit numbers stored?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
write a program for even numbers?
How can you tell whether two strings are the same?
What is a keyword?
How can I find out the size of a file, prior to reading it in?
What is advantage of pointer in c?
What are the 5 types of organizational structures?
how can we use static and extern?and where can we use this?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is indirection? How many levels of pointers can you have?
Why pointers are used in c?