main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / ajay karanam
4554202496
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How is a macro different from a function?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is string in c language?
Are comments included during the compilation stage and placed in the EXE file as well?
What 'lex' does?
What is sizeof int in c?
What are the 5 elements of structure?
Describe the steps to insert data into a singly linked list.
Can you please explain the difference between exit() and _exit() function?
How can I list all of the predefined identifiers?
How would you obtain the current time and difference between two times?
Where are the auto variables stored?
Write a C program in Fibonacci series.
What is variable declaration and definition in c?
develop algorithms to add polynomials (i) in one variable