- Q The Keralite whose Birth day and Death anniversary are celebrated as holiday by Kerala Government:
- Q Which performer opened the 1969 Woodstock festival?
- Q TX operation function executed by?
- Q Speech of great importance and gravity
- Q Are true and false keywords?
- Q With which natural disaster is the term 'Path of Destruction' associated?
- Q How do you dynamically set the cursor position to a specific field?
- Q Following is the syntax of one of the methods to read from a file: fs.read(fd, buffer, offset, length, position, callback) This method will use file descriptor to read the file, if you want to read file using file name directly then you should use another method available. Parameters Here is the description of the parameters used: fd - This is the file descriptor returned by file fs.open() method. buffer - This is the buffer that the data will be written to. offset - This is the offset in the buffer to start writing at. length - This is an integer specifying the number of bytes to read. position - This is an integer specifying where to begin reading from in the file. If position is null, data will be read from the current file position. callback - This is the callback function which gets the three arguments, (err, bytesRead, buffer).
- Q What constitutes django templates?
- Q Find the output for the following C program int bags[5]={20,5,20,3,20}; void main(void) { int pos=5,*next(); *next()=pos; printf("%d %d %d",pos,*next(),bags[0]); } int *next() { int i; for(i=0;i<5;i++) if (bags[i]==20) return(bags+i); printf("Error!"); exit(0); }
- Q Where is the expansion tank located?