Answer Posted / nagi
array of pointers
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Is int a keyword in c?
What is void main () in c?
How do we open a binary file in Read/Write mode in C?
Explain heap and queue.
If errno contains a nonzero number, is there an error?
How can you access memory located at a certain address?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
explain what is fifo?
Define C in your own Language.
Do you know the difference between exit() and _exit() function in c?
Why flag is used in c?
Do you know the use of 'auto' keyword?
Why we use int main and void main?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the difference between struct and typedef struct in c?