Answer Posted / z
Trick question: the phrase "one step" is undefined.
Example: how many steps are there in the following statement?
a = ++b;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Is c procedural or object oriented?
Why can't I perform arithmetic on a void* pointer?
What is property type c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are the storage classes in C?
What is strcpy() function?
What happens if header file is included twice?
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
Create a simple code fragment that will swap the values of two variables num1 and num2.
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain why can’t constant values be used to define an array’s initial size?
Do you know pointer in c?
the question is that what you have been doing all these periods (one year gap)
What is unary operator?