What is null pointer constant?
No Answer is Posted For this Question
Be the First to Post Answer
in linking some of os executables are linking name some of them
character array A[12] can hold
What are data structures in c and how to use them?
write a c program that prints all multiples of 3between 1 and 50.
Explain the difference between fopen() and freopen().
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is the purpose of sprintf?
What's the difference between calloc() and malloc()?
is forign key will be unique key any table or not?
char *p="name"; printf(p);
What is quick sort in c?
How would you find a cycle in a linked list?