will u give me old quesrion papers for aptitude for L & t
info tech?
Is an array parameter is always "by reference" ?
program to find the ASCII value of a number
How to receive strings with spaces in scanf()
how to find out the union of two character arrays?
The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.
What do you understand by normalization of pointers?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
How we can write a value to an address using macro..?
What is the mean of this statement:: if(int i=0 * i=9)
Explain how can I remove the trailing spaces from a string?
Why clrscr is used after variable declaration?