What is the right type to use for boolean values in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find lcm and hcf of two numbers??
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?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is %lu in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is scope and lifetime of a variable in c?
What is the difference between local variable and global variable in c?
the question is that what you have been doing all these periods (one year gap)
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What does sizeof return c?
What is a C array and illustrate the how is it different from a list.