Answer Posted / billuyadav208
Pre possessors are the pre defined libraries which can loaded
befor main function ....
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
Why is struct padding needed?
How can I invoke another program or command and trap its output?
Why doesn't C support function overloading?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How do you define a string?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain how can you restore a redirected standard stream?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Why is C language being considered a middle level language?
What are the differences between Structures and Arrays?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Are pointers integers in c?
Explain how does free() know explain how much memory to release?
What are the application of void data type in c?