what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7777Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4504
What is action and transformation in spark?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
c program to compute AREA under integral
Explain how can type-insensitive macros be created?
What are identifiers in c?
How can a string be converted to a number?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is a stream water?
What is the c value paradox and how is it explained?
How can I get random integers in a certain range?
Tell me what are bitwise shift operators?
What is the acronym for ansi?
Explain how can you restore a redirected standard stream?
How many identifiers are there in c?
List the variables are used for writing doubly linked list program.