How can a string be converted to a number?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using const for declaring constants?
What is the best way to comment out a section of code that contains comments?
read an array and search an element
what is the main use of c where it can use the c
What is an lvalue?
can we change the default calling convention in c if yes than how.........?
What are header files in c?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
what is computer
What is assert and when would I use it?
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
Why is c called c?