Answer Posted / swamyreddy
dennis ritchi of bell laboratories
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What functions are used for dynamic memory allocation in c language?
What are the 4 data types?
What is scope rule of function in c?
what do you mean by inline function in C?
What is difference between array and pointer in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why do we use int main?
How can I prevent another program from modifying part of a file that I am modifying?
Explain built-in function?
What are structure types in C?
Can two or more operators such as and be combined in a single line of program code?
Why doesnt long int work?
How many identifiers are there in c?
Is swift based on c?