what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7942Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4573
Hi can anyone tell what is a start up code?
Explain what are the different file extensions involved when programming in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the modulus operator?
Why c is called procedure oriented language?
Explain what is #line used for?
Why is c fast?
Explain what header files do I need in order to define the standard library functions I use?
What are header files in c programming?
What is realloc in c?
What is dynamic dispatch in c++?
What is the use of getch ()?
What is sizeof return in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
State the difference between realloc and free.