Answer Posted / hrpynux@gmail.com
The expression n++ requires a single machine instruction such as INR to carry out the increment operation whereas, n+1 requires more instructions to carry out this operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Discuss the function of conditional operator, size of operator and comma operator with examples.
Differentiate between ordinary variable and pointer in c.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What are extern variables in c?
Explain that why C is procedural?
When do we get logical errors?
What does the file stdio.h contain?
Explain the difference between call by value and call by reference in c language?
What is the purpose of type declarations?
How do I get a null pointer in my programs?
What are the loops in c?
How can you return multiple values from a function?
Which header file should you include if you are to develop a function which can accept variable number of arguments?