how to implement stack work as a queue?
Answers were Sorted based on User's Feedback
In which area global, external variables are stored?
Can we compile a program without main() function?
how to find binary of number?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
how do we remove the printed character in printf statement and write next it it
Explain the advantages of using macro in c language?
char p="data"; printf(p);
What is meant by errors and debugging?
Why can't we initialise member variable of a strucutre
What are the different types of storage classes in C?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What is memmove?