what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7920Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4569
What are lookup tables in c?
How will you find a duplicate number in a array without negating the nos ?
Why does this code crash?
difference between object file and executable file
What is a spanning Tree?
application attempts to perform an operation?
Why is c called c?
What is the concatenation operator?
Can you return null in c?
Explain how do you determine whether to use a stream function or a low-level function?
Explain the bubble sort algorithm.
Dont ansi function prototypes render lint obsolete?
What are the types of i/o functions?
What are variables and it what way is it different from constants?
Do you know null pointer?