A collection of functions,calls,subroutines or other data
a) library
b) header files
c) set of files
d) textfiles
No Answer is Posted For this Question
Be the First to Post Answer
Why c is procedure oriented?
what is event driven software and what is procedural driven software?
What is function prototype in c language?
What is the use of pragma in embedded c?
write a program to print %d ?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What are pointers? Why are they used?
Describe the steps to insert data into a singly linked list.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are Macros? What are its advantages and disadvantages?
Which function in C can be used to append a string to another string?
When should the register modifier be used? Does it really help?