without using arithmatic operator convert an intger variable
x into x+1
Answer Posted / geeta
x++
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
can we have joblib in a proc ?
Write a program to print all permutations of a given string.
How can I remove the trailing spaces from a string?
What is data structure in c and its types?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Can you think of a logic behind the game minesweeper.
What does emoji p mean?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the deal on sprintf_s return value?
What is wild pointer in c?
Is register a keyword in c?
What are the types of type qualifiers in c?
What is the best style for code layout in c?
What are the types of type specifiers?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above