Syntel . Graphics:Painters algorithm is used forGraphics:Why is ‘Lighting’ operations done on World Coordinates. Graphics:One more question4. Some question on C External Variables.How can you call a function written in FORTRAN from a C program ?. Normal question on pointer additio Another question on pointer additionA question on 64 bit OS’s and Virtual Memory it will be having Another question on 64 bit OS the total size taken up by the structure A big code with lots of pointers. There was a struct which contained 2 arrays. Then an array of that structure was declared.
The code used these structures and you had to find the values of a variable ‘j’ at various points inside the codecode which had some declarations of some data items. There were a couple of normal data items(char,int..) and some pointers as well and a malloc call. You have to find the total memory taken up in the stack(Hint:Pointers and all are allocated in heap, not in stack, so dont count them).Also in most of these questions, they were specifying that the OS was 32 bit A question on nesting of pointers. There was this pointer to a function which returned an array of char pointers…..You had to give the exact definition of the function Value of 2 particular variables in C(MAXINT and some other constant)What do you need to do to open more than 10 files simultaneously in Microsoft Operating System-change stdio.h/change
CONFIG.SYS/compiler dependentA question on Macro( consisted of something like CTRL&037)Another question on Macro expansio Yet another question on Macro expansionUNIX question on ‘who’ output and then doing some other operation and then asking you whats the output. UNIX question on ‘awd’ operation.