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
has and never will take
B
had taken and will ever take
C No correction required
D
had and ever will take
E
had taken nor will ever take
Share : |
A Remainder cannot be obtain in floating point division.
B rem = modf(3.14, 2.1);
C rem = 3.14 % 2.1;
D rem = fmod(3.14, 2.1);
Share : |
A Infinite loop
B Error
C Hi
D Hello Hi
Share : |
A 4
B 5
C Garbage value
D Error
Share : |
A 3.000000
B 4.000000
C Garbage value
D 5.000000
Share : |
A Infinite loop
B Function main() doesn't calls itself
C Prints "AptitudeCrack" 5 times
D Prints "AptitudeCrack"
Share : |
A Redeclaration of a
B None of above
C Missing parenthesis in return statement
D The function should be defined as int f(int a, int b)
Share : |
A No error
B None of above
C Error: return statement cannot be used with conditional operators
D Error: Prototype declaration
Share : |
A Error: Doesn't print anything
B Error: Not allowed assignment
C None of above
D No error
Share : |
A It prints garbage values infinitely
B No Error and print nothing
C Error: main() cannot be called inside printf()
D Runs infinitely without printing anything
Share : |
