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
How can I write a function analogous to scanf?
What is a scope resolution operator in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Tell us the use of fflush() function in c language?
What is a protocol in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is meant by int main ()?
What is identifiers in c with examples?
How can I avoid the abort, retry, fail messages?
Explain how can I open a file so that other programs can update it at the same time?
What are the restrictions of a modulus operator?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How is a macro different from a function?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
what are # pragma staments?