What is the use of
in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for fibonaci series by using while loop in c?
What is difference between stdio h and conio h?
what is ram?
disadvantages of realloc ?
Why do we use static in c?
Explain the difference between malloc() and calloc() in c?
Why string is used in c?
What is structure padding & expalain wid example what is bit wise structure?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
what is the disadvantage of using macros?
How to delete a node from linked list w/o using collectons?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)