what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7930Given 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 the differences between new and malloc in C?
How can you increase the size of a statically allocated array?
What is a stream?
Write a program to reverse a given number in c language?
Is anything faster than c?
How is a structure member accessed?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What will the preprocessor do for a program?
What are qualifiers?
Write a program to reverse a linked list in c.
how logic is used
How is a null pointer different from a dangling pointer?
What is local and global variable in c?
Can we compile a program without main() function?
What are structure types in C?