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 is the purpose of the statement: strcat (S2, S1)?
Do you know null pointer?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Are pointers integer?
List some basic data types in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
int far *near * p; means
what do the 'c' and 'v' in argc and argv stand for?
What are qualifiers in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Why doesnt this code work?
What is adt in c programming?
What is an operator?
There seem to be a few missing operators ..
What are the Advantages of using macro