main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Answers were Sorted based on User's Feedback
Answer / vinod
Error.... Cannot convert int to char error at printf(i). If they replaced printf(i) to printf("%d",i) then it would be -1.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can I find the modification date and time of a file?
the operator for exponencation is a.** b.^ c.% d.not available
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
what is a c-language.what is do.
How to set a variable in the environment list?
how to connect oracle in C/C++.
What are the different types of pointers?
write a program to create a sparse matrix using dynamic memory allocation.
What is difference between stdio h and conio h?
code for concatination of 2 strings with out using library functions?