What are the differences between Structures and Arrays?
No Answer is Posted For this Question
Be the First to Post Answer
Total of how many functions are available in c?
Who developed c language?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is the difference between array and pointer in c?
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.
how to find that no is int or float?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
difference between function & structure
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Explain what is a stream?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
what is the coding of display the factorial of a number using array and function?