what type of language is C?

Answer Posted / sanjana

C is a context sensitive language

Is This Answer Correct ?    14 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all different types of pointers in c?

575


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.

1629


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1448


Explain what is the difference between #include and #include 'file' ?

583


Explain how do you view the path?

651






What are the similarities between c and c++?

595


Can we increase size of array in c?

538


Give basis knowledge of web designing ...

1573


please send me the code for multiplying sparse matrix using c

1724


Can a void pointer point to a function?

567


Why & is used in c?

712


What is a stream?

645


What is the difference between exit() and _exit() function in c?

580


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9654


Explain which function in c can be used to append a string to another string?

585