main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Post New Answer View All Answers
Once I have used freopen, how can I get the original stdout (or stdin) back?
Is it valid to address one element beyond the end of an array?
Write a program to print all permutations of a given string.
How do you use a 'Local Block'?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How can you restore a redirected standard stream?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Is it possible to initialize a variable at the time it was declared?
What is the maximum length of an identifier?
How can I read data from data files with particular formats?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Write a program to know whether the input number is an armstrong number.
How to write c functions that modify head pointer of a linked list?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I do peek and poke in c?