Question 21 Which of the following has the compilation error in C? A int n=17; B char c=99; C float f=(float)99.32; D #include Programming-for-Output-ProblemsCompilationISRO CS 2015Video-Explanation […]
Question 21 The for loop for (i=0; i<10; ++i) printf(“%d”, i&1); prints: A 0101010101 B 0111111111 C 0000000000 D 1111111111 Programming-for-Output-ProblemsControl FlowISRO CS 2015Video-Explanation Question 21 […]
Question 1 A hierarchical memory system that uses cache memory has cache access time of 50 nano seconds, main memory access time of 300 nanoseconds, 75% […]
Question 36 Consider the following C code segment: For the program fragment above, which of the following statements about the variables i and j must be […]