what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7926Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4569
Explain what is a stream?
What are external variables in c?
How do you view the path?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
application attempts to perform an operation?
What is infinite loop?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
write a program to print data of 5 five students with structures?
What is the heap in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are enumerated types?
When can you use a pointer with a function?
Why use int main instead of void main?
What would be an example of a structure analogous to structure c?
Difference between constant pointer and pointer to a constant.