Why is c so popular?
No Answer is Posted For this Question
Be the First to Post Answer
What happens if you free a pointer twice?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why do we use static in c?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What is function prototype in c language?
What is C language ?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
What will be your course of action for a push operation?
whats the use of header file in c?
What do you understand by friend-functions? How are they used?
write a program which will count occurance of a day between two dates.
What will happen when freeing memory twice