What is meant by realloc()?
What does static variable mean in c?
What is sizeof int in c?
Are the expressions * ptr ++ and ++ * ptr same?
Can we use any name in place of argv and argc as command line arguments?
How can I list all of the predefined identifiers?
What are variables and it what way is it different from constants?
is it possible to create your own header files?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain the difference between ++u and u++?
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?
With the help of using classes, write a program to add two numbers.
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are the scope of static variables?