macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration

Answer Posted / sneha kumari

d.type declaration

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do shell structures work?

563


When we use void main and int main?

584


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1738


formula to convert 2500mmh2o into m3/hr

491


Why calloc is better than malloc?

565






Create a simple code fragment that will swap the values of two variables num1 and num2.

802


Is it cc or c in a letter?

553


Can you write the algorithm for Queue?

1546


Is printf a keyword?

753


What is zero based addressing?

705


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.

1624


Write a program to print factorial of given number using recursion?

599


What is selection sort in c?

601


What do you mean by a local block?

623


What is static and volatile in c?

773