how many keywords do C compile?

Answer Posted / iyswarya

32

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What the advantages of using Unions?

663


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.

1620


How can you increase the size of a dynamically allocated array?

632


What do you mean by dynamic memory allocation in c? What functions are used?

638


What are pointers in C? Give an example where to illustrate their significance.

735






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

649


When should you use a type cast?

575


What is c programing language?

602


What is a class c rental property?

593


How many levels of pointers have?

582


What is the argument of a function in c?

562


How important is structure in life?

577


What is the scope of global variable in c?

543


What is the difference between text and binary modes?

631


Why malloc is faster than calloc?

576