what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 8052Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4653
Explain void pointer?
What is main return c?
What is the difference between far and near in c?
Differentiate between static and dynamic modeling.
Explain what is the advantage of a random access file?
What is infinite loop?
How the c program is executed?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are the rules for the identifier?
What is the heap?
Write a program to find factorial of a number using recursive function.
How do I read the arrow keys? What about function keys?
What is local and global variable in c?
What is memcpy() function?
Explain what are preprocessor directives?