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 bubble sort in c?
What is an example of structure?
Explain what are reserved words?
can any one provide me the notes of data structure for ignou cs-62 paper
string reverse using recursion
Which built-in library function can be used to match a patter from the string?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a proram to reverse the string using switch case?
What are header files and explain what are its uses in c programming?
What is the default value of local and global variables in c?
Explain what is the advantage of a random access file?
Whats s or c mean?
What are the advantages of using Unions?