What are the advantage of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the purpose of 'register' keyword?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
write a program to delete an item from a particular location of an linear array?
Why isn't any of this standardized in c? Any real program has to do some of these things.
what are the compilation steps? ( i want inside the compiler )
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
Find the highest of three numbers and print them using ascending orders?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is the difference between arrays and pointers?
can any one tel me wt is the question pattern for NIC exam
program to find the magic square
What are structure types in C?