What is pre-emptive data structure and explain it with example?
Can we access array using pointer in c language?
Where are the auto variables stored?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Explain what is the difference between #include and #include 'file' ?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Is an array parameter is always "by reference" ?
How can I find the modification date and time of a file?
What is %d called in c?
Why c is known as a mother language?
What is the difference between typedef and #define?
What is the difference between a function and a method in c?