how many header file is in C language ?
Answer Posted / prashant gupta
10 header files in c.
| Is This Answer Correct ? | 16 Yes | 51 No |
Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
Explain what is the heap?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is static and auto variables in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How to implement a packet in C
How does #define work?
What is variable in c example?
Is c call by value?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is main function in c?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
In which header file is the null macro defined?
What is the explanation for modular programming?
What are enumerated types?