main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / anonymous
it depends on compiler
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
how configur net and vpn on cisco product
differences between pass by reference and pass by value in c language?
requirement:To move display statements in a cobol program to a dataset.These display statements were not in main program but in calling program and we were not allowed to move these info via sysout dd dsn='dataset.name' . please let me know the ways this can be handled
I am student pursuing B.E/B.tech in Computers 8'th sem.What should i do for a better carrier.Plz suggest other than programming languages.Is the ERP a better one to do?plz help...
which/why unix commands are simpler rather than complex tasks
What is your Job Profile in IT feild.
please kindly send me the details about courses that are offered in nda
how to reuse an outdated laptop?
Why is it that a single, all – encompassing metric cannot be developed for programme complexity or programme quality?
Please send me Sample papers National Informatics Centre (NIC) Programmer. I am giving this paper first time..so if any one have previous question papers send to manoj200.yadav@gmail.com. thnx in advance
Write a test case plan for a typical banking application which involves functionalities like Balance enquiry, deposit, fund transfer etc. Make your assumptions and mention the same in your answer sheet.
Relative Humidity (RH) is mostly used word in Datacenters, What are the defendents of RH
Differentiate between data base and data mart?
How can write a C program that shows All the prime number?
Draw the diagram showing the function stack, illustrating the variables that were pushed on the stack at the point when function f2 has been introduced . type def struct { double x,double y} point; } main( int argc, char *arg[3]) { double a; int b,c; f1(a,b); } f1(double x, int y) {point p; stack int n; f2(p,x,y) } f2(point p, double angle) { int i,j,k,int max;