Write a program that an operator and two operands read from input operand operator on the implementation and results display.
why array index always starts from zero??
What is getch () for?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
what is the different bitween abap and abap-hr?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What does a function declared as pascal do differently?
Explain what are linked list?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
What is the size of array float a(10)?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
what is the most appropriate way to write a multi-statement macro?