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
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Is anything faster than c?
Does c have an equivalent to pascals with statement?
Explain the properties of union. What is the size of a union variable
What is extern storage class in c?
How do I convert a string to all upper or lower case?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What's the right way to use errno?
What is the difference between near, far and huge pointers?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the ways to a null pointer can use in c programming language?
pierrot's divisor program using c or c++ code
What is the difference between union and anonymous union?
What is f'n in math?
What is a const pointer?