Directions to Solve Which of phrases given below each sentence should replace the phrase printed in bold type to make the grammatically correct? If the sentence is correct as it is, mark 'E' as the answer. A No correction required
B
had taken and will ever take
C
had taken nor will ever take
D
has and never will take
E
had and ever will take
Share : |
A Remainder cannot be obtain in floating point division.
B rem = modf(3.14, 2.1);
C rem = fmod(3.14, 2.1);
D rem = 3.14 % 2.1;
Share : |
A Hello Hi
B Hi
C Error
D Infinite loop
Share : |
A 4
B Error
C 5
D Garbage value
Share : |
A 3.000000
B Garbage value
C 4.000000
D 5.000000
Share : |
A Prints "AptitudeCrack" 5 times
B Function main() doesn't calls itself
C Prints "AptitudeCrack"
D Infinite loop
Share : |
A Redeclaration of a
B The function should be defined as int f(int a, int b)
C Missing parenthesis in return statement
D None of above
Share : |
A Error: Prototype declaration
B None of above
C No error
D Error: return statement cannot be used with conditional operators
Share : |
A Error: Doesn't print anything
B Error: Not allowed assignment
C None of above
D No error
Share : |
A Runs infinitely without printing anything
B No Error and print nothing
C It prints garbage values infinitely
D Error: main() cannot be called inside printf()
Share : |