What is the relation between # and include<stdio.h>
Answer Posted / pandya umesh c
it is library file access,which contains information that
must be included in the program when it is compiled.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does %d do?
Write a code of a general series where the next element is the sum of last k terms.
What are the advantages of using linked list for tree construction?
What are nested functions in c?
What is #include stdlib h?
How can you invoke another program from within a C program?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the total generic pointer type?
program to convert a integer to string in c language'
Why c is procedure oriented?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Mention four important string handling functions in c languages .
Where we use clrscr in c?
How to implement a packet in C
When should structures be passed by values or by references?