How is actual parameter different from the formal parameter?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Explain what is the benefit of using const for declaring constants?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
the question is that what you have been doing all these periods (one year gap)
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.
how should functions be apportioned among source files?
how to swap two nubers by using a function with pointers?
What is a node in c?
What is #ifdef ? What is its application?
Why static is used in c?
Difference between pass by reference and pass by value?